[Webkit-unassigned] [Bug 119436] [curl] Improve detecting and handling of SSL related errors

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 22 13:20:34 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=119436





--- Comment #14 from peavo at outlook.com  2013-10-22 13:19:20 PST ---
(In reply to comment #13)
> (In reply to comment #12)
> > (In reply to comment #11)
> > > > 
> > > > I never get past this, err is always 0, is that correct?
> > > 
> > > In those cases too, where the certificate is untrusted?
> > > On the website below you can test the error messages you receive self-signed SSL certificate:
> > > https://www.pcwebshop.co.uk/
> > 
> > Yes, I have tried https://duckduckgo.com, without a pem file, and err == 0.
> 
> Have you got any SSL warnings on any sites where the content didn't load? (e.g.: SSL handshake error) If so, can you ignore them?

OK, I think I know why I am getting err == 0 now.
I am running with the env variable CURL_CA_BUNDLE_PATH set to a .pem file.
When I visit e.g. https://duckduckgo.com, the certificate is trusted, and err will  of course be zero then. The page then loads fine, which it should :)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list