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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 12 04:31:36 PST 2013


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





--- Comment #20 from sipka at inf.u-szeged.hu  2013-11-12 04:30:17 PST ---
(In reply to comment #19)
> (In reply to comment #17)
> > (In reply to comment #16)
> > > I now tested without a .pem file locally, and when I visit a secure site, I get err == 20 (X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY), which I assume is correct. But the host is not found in the list, so the load fails. How will I add allowed hosts to the host list?
> > >
> > How can you skipped ssl errors currently in WinCairo? With this patch it should be the same. 
> > 

seems like the ssl error handler is not yet implemented on win platform and the user can not opt to skip the certificate verification either.

> 
> I did not skip ssl errors, the load failed. Is there a way to accept the new certificate, to successfully load the page?
> 
> > > Also, the function bool pemData(X509_STORE_CTX *ctx, String& certificate) compiles fine on Windows, maybe it should be used here as well?
> > 
> > This required to extract additional ssl error informations and currently we cannot test it on windows so we will skip it for now.
> 
> Ok, it seemed to manage to extract the certificate when I tested :)

-- 
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