mirror of
https://github.com/agrinman/tunnelto.git
synced 2026-04-26 01:06:01 +03:00
[GH-ISSUE #65] Configure tunnel to use http on public side #57
Labels
No labels
Need more info
bug
duplicate
enhancement
good first issue
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tunnelto#57
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @john-preston-uwimona on GitHub (Jun 4, 2022).
Original GitHub issue: https://github.com/agrinman/tunnelto/issues/65
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.