cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Problem with curl + nss

From: Eric Landes <autrelandes-curl_at_yahoo.fr>
Date: Sat, 17 Jul 2010 20:59:01 +0000 (GMT)

> It looks like a bug. The question now is of course if the
> problem is within NSS or curl. Can you browse to this page
> with Firefox?
The failure was due to my PKCS#8 private key format :
 - With a PKCS#8 private key
       -----BEGIN ENCRYPTED PRIVATE KEY----- header
   or
       -----BEGIN PRIVATE KEY----- header
   curl+openssl works, but not curl+nss+libnsspem.so
 - With a RSA private key
       -----BEGIN RSA PRIVATE KEY----- header
   both curl+openssl and curl+nss+libnsspem.so work

      

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2010-07-17