[Webkit-unassigned] [Bug 168571] [SOUP] Call SoupNetworkSession::setShouldIgnoreTLSErrors when testRunner.setAllowsAnySSLCertificate() is called

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 19 22:25:11 PST 2017


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

--- Comment #3 from Carlos Garcia Campos <cgarcia at igalia.com> ---
(In reply to comment #2)
> Comment on attachment 302074 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=302074&action=review
> 
> > Source/WebCore/testing/InternalSettings.cpp:768
> >      Settings::setAllowsAnySSLCertificate(allowsAnyCertificate);
> > +#if USE(SOUP)
> > +    SoupNetworkSession::setShouldIgnoreTLSErrors(allowsAnyCertificate);
> > +#endif
> 
> Why is this the right place? Why not in Settings::setAllowsAnySSLCertificate?

I wanted to make sure that this is only used from layout tests.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170220/8668e37d/attachment.html>


More information about the webkit-unassigned mailing list