| Summary: | REGRESSION(270374@main): [curl] Some wss WebSocket tests are failing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Fujii Hironori <Hironori.Fujii> |
| Component: | Platform | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
|
Description
Fujii Hironori
2023-11-08 13:37:34 PST
https://github.com/WebKit/WebKit/blob/34b59cbee7578992a6965ad17fa0633e95d516a5/Source/WebKit/NetworkProcess/curl/WebSocketTaskCurl.cpp#L43-L44 > if (request.url().protocolIs("wss"_s) && WebCore::DeprecatedGlobalSettings::allowsAnySSLCertificate()) > WebCore::CurlContext::singleton().sslHandle().setIgnoreSSLErrors(true); This code doesn't work as expected after the change. 270405@main skips the tests. Pull request: https://github.com/WebKit/WebKit/pull/20586 Committed 270809@main (d5bb238e93ae): <https://commits.webkit.org/270809@main> Reviewed commits have been landed. Closing PR #20586 and removing active labels. |