Well after after banging my head a little bit the answer fell out. With the
newer versions of curl, it seems that you have to use the ca-bundle.crt file
for curl to be able to verify certificates. I had to put the following
statement into my scripts.
curl_setopt($ch, CURLOPT_CAINFO, 'drive:\path
More information on below. I added the Curl_Verbose statement to my test
script and this is what it displayed.
SSL: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate
verify failed* Closing connection #0
"Robert Smith" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED