WebSocket/TLS ('wss:' scheme) server for layout tests. |
|||
Issue descriptionWe don't seem to have a secure websocket server for layout tests. //Tools/Scripts/webkitpy/layout_tests/servers/pywebsocket.py opens a single server on port `8880` which doesn't respond to `wss:` requests (and I guess it wouldn't be authenticated even if it did since it doesn't have a cert. This makes it pretty hard to write layout tests for things which require a secure server (like 'Upgrade-Insecure-Requests', for instance).
,
Apr 17 2017
It would probably be better to prioritise getting wptserve's WebSocket server up and running. They do have SSL support.
,
Apr 18 2017
Good point. Looks wpt is using serve.py of https://github.com/w3c/wpt-tools which spawns wptserve and pywebsocket.
,
Apr 18 2018
This issue has been Available for over a year. If it's no longer important or seems unlikely to be fixed, please consider closing it out. If it is important, please re-triage the issue. Sorry for the inconvenience if the bug really should have been left as Available. For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
,
Apr 19 2018
wptserve's WebSocket server is now up and running, so we don't need this any more. |
|||
►
Sign in to add a comment |
|||
Comment 1 by tyoshino@chromium.org
, Apr 17 2017Status: Available (was: Untriaged)
Summary: WebSocket/TLS ('wss:' scheme) server for layout tests. (was: 'wss:' server for layout tests.)