You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for example $context=stream_context_create([ 'ssl' => [ 'verify_peername' => FALSE, ] ]);
the property verify_peername should be verify_peer_name but $context is not FALSE and no error is reported