TLS Passthru Tunnels
To set up a TLS passthru tunnel to port 8443, request a port forward from port 443 by running the following command:
ssh -R 443:localhost:8443 localhost.run
localhost.run will forward all connections to your domain on port 443 thru to your app as is, and your app will need to provide it’s own certificate and decrypt the connection.