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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 21 12:11:14 PDT 2013


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





--- Comment #11 from sipka at inf.u-szeged.hu  2013-10-21 12:10:00 PST ---
(In reply to comment #10)
> > static int certVerifyCallback(int ok, X509_STORE_CTX *ctx)
> > {
> >    // whether the verification of the certificate in question was passed (preverify_ok=1) or not (preverify_ok=0)
> 
> >    unsigned err = X509_STORE_CTX_get_error(ctx);
> >    if (!err)
> >        return 1;
> 
> 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/

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