curl-library
Re: SSL on windows question!
From: Wei Weng <wweng_at_kencast.com>
Date: Wed, 24 May 2006 18:09:53 -0400
Date: Wed, 24 May 2006 18:09:53 -0400
I have everything else working very well together now.
Only this problem exists.
I tried to do
curl_easy_setopt(m_conn, CURLOPT_SSL_VERIFYPEER, 1);
curl_easy_setopt(m_conn, CURLOPT_CAINFO, "D:\\Temp\\bundle.crt");
But I always gets this error message:
problem with the SSL CA cert (path? access rights?)
(Translated from error code returned from curl_easy_perform)
Yes, I do have file "D:\Temp\bundle.crt".
What's wrong? Can anyone give me a hint?
Thanks
Wei
Received on 2006-05-25