Bug 246719
Summary: | DumpRenderTree does not seem to support PingLoad to HTTPS | ||
---|---|---|---|
Product: | WebKit | Reporter: | Brent Fulgham <bfulgham> |
Component: | WebKit Misc. | Assignee: | Brent Fulgham <bfulgham> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | ap, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=248493 | ||
Bug Depends on: | 243428 | ||
Bug Blocks: |
Brent Fulgham
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
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Brent Fulgham
<rdar://101045517>
Brent Fulgham
This is actually:
<rdar://101040717>
Brent Fulgham
Pull request: https://github.com/WebKit/WebKit/pull/5824
Brent Fulgham
Pull request: https://github.com/Webkit/WebKit/pull/5824
EWS
Committed 256173@main (6db9bb4cc51f): <https://commits.webkit.org/256173@main>
Reviewed commits have been landed. Closing PR #5824 and removing active labels.