[Webkit-unassigned] [Bug 155132] Regression tests cannot load video over HTTPS with self-signed certificate

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 8 09:42:31 PDT 2016


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

--- Comment #2 from Alexey Proskuryakov <ap at webkit.org> ---
> It seems to work only for DRT, not WTR. Is this a known bug?

Yes. The good news is that it should work on macOS Sierra.

The way it works is that in DumpRenderTree, we set a global NSURLConnection setting (via +[NSURLRequest setAllowsAnyHTTPSCertificate:forHost:]), so any loads in the process are affected by it. In WebKitTestRunner, we use a proper delegate based solution, but that means that only network loads performed by WebKit are affected. Media loads used to bypass WebKit.

-- 
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/20160708/7ca586bc/attachment.html>


More information about the webkit-unassigned mailing list