<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Regression tests cannot load video over HTTPS with self-signed certificate"
href="https://bugs.webkit.org/show_bug.cgi?id=155132#c2">Comment # 2</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Regression tests cannot load video over HTTPS with self-signed certificate"
href="https://bugs.webkit.org/show_bug.cgi?id=155132">bug 155132</a>
from <span class="vcard"><a class="email" href="mailto:ap@webkit.org" title="Alexey Proskuryakov <ap@webkit.org>"> <span class="fn">Alexey Proskuryakov</span></a>
</span></b>
<pre><span class="quote">> It seems to work only for DRT, not WTR. Is this a known bug?</span >
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.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>