Not working HTTPS queries with Curl
If you can work with usual http queries using PHP Curl, but have problems with https you can try to include this option:
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
Tuesday, July 22nd, 2008
If you can work with usual http queries using PHP Curl, but have problems with https you can try to include this option:
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
Tuesday, July 22nd, 2008
© 2010, OXT blog. All Rights Reserved.