Skip to content

Instantly share code, notes, and snippets.

@ivanstan
Created March 9, 2017 09:54
Show Gist options
  • Save ivanstan/a785a15568710fe8ede4633ac3fcd7a6 to your computer and use it in GitHub Desktop.
Save ivanstan/a785a15568710fe8ede4633ac3fcd7a6 to your computer and use it in GitHub Desktop.
$context=array(
"ssl"=>array(
"allow_self_signed"=>true,
"verify_peer"=>false,
),
);
file_get_contents("https://example.com/", false, stream_context_create($context));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment