Skip to content

Instantly share code, notes, and snippets.

@flashvnn
Created October 31, 2014 04:25
Show Gist options
  • Select an option

  • Save flashvnn/1202981861594a576859 to your computer and use it in GitHub Desktop.

Select an option

Save flashvnn/1202981861594a576859 to your computer and use it in GitHub Desktop.
disable curl ssl verify
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment