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.
smime.p7s
Description: S/MIME Cryptographic Signature
------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
