Skip to content
nicoSWD edited this page Oct 15, 2012 · 2 revisions

If you have cURL installed, but without SSL support, you can disable SSL peer/host verification by adding this line:

$putio->SSLVerifyPeer = false;

Doing so is not recommended because it removes an important layer of security, but if you absolutely need to do so, you can.

NOTE: This disabled SSL verification for the native HTTP engine too!

Clone this wiki locally