cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: curl_easy_perform() fails with "Problem with the SSL CA cert (path? access rights?)" after first time calling this routine

From: Oscar Koeroo <okoeroo_at_nikhef.nl>
Date: Tue, 19 Mar 2013 14:21:55 +0100

On 19-03-13 13:52, cnm marketing wrote:
>>A hack could be to use libcurl without SSL use and setup stunnel as a
> last resort to avoid using SSL on your many layers.
> [cnm] What can exact libcurl or other routines/options be used, please
> give a bit more details if it is possible.

My advise was to install stunnel and use the man page to make a proper
configuration. Then simply do not use https://<destination>/ in libcurl,
but http://localhost:<stunnel-listen-port>/

Type: man stunnel or install stunnel on the host first, for detailed
installation information.

This is a bit ugly but saves you from fixing your application and total
re-engineering.

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html

Received on 2013-03-19