Bug 280680

Summary: [WebDriver][BiDi] Support the secure session flag
Product: WebKit Reporter: Lauro Moura <lmoura>
Component: WebDriverAssignee: 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
Reported 2024-10-01 06:19:33 PDT
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
Radar WebKit Bug Importer
Comment 1 2024-10-08 06:20:16 PDT
Note You need to log in before you can comment on or make changes to this bug.