cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Using Curl with nss support

From: Varun Shrivastava <varun.celunite_at_gmail.com>
Date: Thu, 25 Oct 2007 20:39:03 +0530

hi

Actually i have made a simple browser using webkit
Before compiling curl against nss, i used to compile it against openssl.
so that way i was able to connect to https websites.
But as i compiled curl against nss using configure options as "--without-ssl
--with-nss"
i am not able to connect.
Websites with http can be accessed.

i am not sure whether the verification is disabled or not
How can i verify that?

thanks
varun
On 10/25/07, Daniel Stenberg <daniel_at_haxx.se> wrote:
>
> On Thu, 25 Oct 2007, Varun Shrivastava wrote:
>
> > i compiled curl using following configure options
> >
> > ./configure --prefix=/usr/local --without-ssl --with-nss
> --without-libssh2
> > --without-ca-bundle
> >
> > but i am not able to connect to sites with https
> > i ran test cases provided with curl source code and heres the output:
>
> So the HTTPS in the test suite works but not other sites?
>
> Are you really using the same curl executable? Do you have a working ca
> cert
> or did you disabled that verification?
>
> --
> Commercial curl and libcurl Technical Support: http://haxx.se/curl.html
>
Received on 2007-10-25