mirror of
https://github.com/mmatczuk/go-http-tunnel.git
synced 2026-05-15 14:16:17 -06:00
[GH-ISSUE #124] configuration error: tls invalid protocol "sni" #73
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/go-http-tunnel#73
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 @Abdo-Saleh on GitHub (Jan 25, 2021).
Original GitHub issue: https://github.com/mmatczuk/go-http-tunnel/issues/124
tunnel.ymal file:
server_addr: 64.x.x.x:5223
tunnels:
webui:
proto: http
addr: localhost:4200
host: chatbot.x.online
tls:
proto: sni
addr: localhost:8000
host: developer.x.online
x was filled with my public server ip or its name, and it's hidden here.
when I am trying to connect, the following error is appearing
configuration error: tls invalid protocol "sni"
@synaption commented on GitHub (Feb 16, 2021):
I'm having the same issue
@synaption commented on GitHub (Feb 20, 2021):
I just deleted the tls part of the config file. I think the error might have something to do with having a valid CNAME? I don't know a lot about that sort of thing, but it works for me now.
@Abdo-Saleh commented on GitHub (Feb 23, 2021):
i did remove that part and it works, but i needed it actually
@giper45 commented on GitHub (Mar 24, 2022):
Hello, any news about it?
@giper45 commented on GitHub (Mar 24, 2022):
Think that it is not more release.
Commit:
f48a09d2abshould have added sni support.
Issue #115 should be related.
I try to build the master version to verify if it is supported.
@giper45 commented on GitHub (Mar 24, 2022):
Confirmed that when building master version (tunnel and tunneld), the sni is enabled.