Open
Description
My company develops everything off a remote workstation and with the playwright being able to run on a port/host as of the last release this enables us to not have to vnc to the workstation to interact with the UI.
I was trying to access the UI from home via a VPN, but without TLS running the UI won't work due to the UI using a service worker. Service workers only function with a valid cert in place or on localhost. Currently my options are to port forward to my localhost on my home computer, or put the playwright server behind an nginx server that handles the TLS connection.
Both the options are not ideal and I would like to see playwright handle the TLS since its using service workers.