I\'m trying to execute HTTPS request:
curl_setopt($curl, CURLOPT_URL, \'https://***.com\'); curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); curl_setopt($cu
If you're using PRTG and get this error, go to settings and change from "SSL V2 or V3" to "SSL V3".
Fix:
curl_setopt($ch, CURLOPT_SSLVERSION,3);