Bug 280680
| Summary: | [WebDriver][BiDi] Support the secure session flag | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Lauro Moura <lmoura> |
| Component: | WebDriver | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | bburg, hskupin, mathias, terrorjack, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 230615 | ||
| Bug Blocks: | 281932 | ||
Lauro Moura
bug230615 is adding support for creating BiDi sessions associated to a classic session, currently in an unencrypted way.
The current spec allows the user to request TLS-secured connections through a secure flag, which we don't support yet:
Spec[1]:
> A WebSocket listener has a host, a port, a secure flag, and a list of WebSocket resources.
Spec[2]:
> If listener’s secure flag is set, then connections established from listener must be TLS encrypted.
[1] https://w3c.github.io/webdriver-bidi/#listener-secure-flag
[2] https://w3c.github.io/webdriver-bidi/#ref-for-listener-secure-flag
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/137506973>