cURL / Mailing Lists / curl-library / Single Mail

curl-library

RE: libcurl 7.21.4 with NSS

From: <valli.natarajan_at_emc.com>
Date: Sat, 19 Feb 2011 13:56:23 -0500

Thank you for quick reply.

I'm running on Linux. It seems that existing db at /etc/pki/nssdb is not compatible as the program works fine when I create new db using certutil and set environment variable SSL_DIR.

How do I make it working regardless of nssdb existence? Note that the program works fine when there is no /etc/pki/nssdb directory but it fails when there is a /etc/pki/nssdb.

Since I use following 2 CURL options, I don't really need to use cert db.

        curl_easy_setopt(curl, CURLOPT_SSL_VERIFYPEER, 0L);
        curl_easy_setopt(curl, CURLOPT_SSL_VERIFYHOST, 0L);

Thank you for help...

-Valli

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2011-02-19