-
Notifications
You must be signed in to change notification settings - Fork 309
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
configuration error: tls invalid protocol "sni" #124
Comments
I'm having the same issue |
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. |
i did remove that part and it works, but i needed it actually |
Hello, any news about it? |
Confirmed that when building master version (tunnel and tunneld), the sni is enabled. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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"
The text was updated successfully, but these errors were encountered: