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);
Tags: curl, https, php
This entry was posted
on Tuesday, July 22nd, 2008 at 12:36 pm and is filed under Internet, Programming.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.