While debugging failing Reporting API tests, I found that test cases that attempted to PingLoad to an HTTPS endpoint always fail. It seems like DRT is not properly connecting the authentication/certificate logic we use for other types of loads. Example failure: imported/w3c/web-platform-tests/reporting/generateTestReport-honors-endpoint.https.sub.html. I believe this is also the cause of the failure for imported/w3c/web-platform-tests/reporting/reporting-api-honors-limits.https.sub.html. Error: "m_localizedDescription WTF::String { length = 27, contents = 'Not allowed to authenticate' } " It looks like this change didn't update DRT: https://github.com/WebKit/WebKit/pull/3715
<rdar://101045517>
This is actually: <rdar://101040717>
Pull request: https://github.com/WebKit/WebKit/pull/5824
Pull request: https://github.com/Webkit/WebKit/pull/5824
Committed 256173@main (6db9bb4cc51f): <https://commits.webkit.org/256173@main> Reviewed commits have been landed. Closing PR #5824 and removing active labels.