agrinman / tunnelto

Expose your local web server to the internet with a public URL.
https://tunnelto.dev
MIT License
2.11k stars 114 forks source link

Configure tunnel to use http on public side #65

Open john-preston-uwimona opened 2 years ago

john-preston-uwimona commented 2 years ago

I have setup a tunnel subdomain and everything seems to work. However I need to have the tunnel work on the public side with http://mysubdomain.tunnelto.dev to be able to get a certificate generated for my site. When I try

CTRL_TLS_OFF=1 tunnelto --subdomain mysubdoamin --port 80

I get an error repeatably:

ERROR tunnelto > Control error: WebSocketError(Protocol(HandshakeIncomplete)). Retrying in 5 seconds.

How can I proceed.