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

Reply via email to