Skip to content
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

Open
Abdo-Saleh opened this issue Jan 25, 2021 · 6 comments
Open

configuration error: tls invalid protocol "sni" #124

Abdo-Saleh opened this issue Jan 25, 2021 · 6 comments

Comments

@Abdo-Saleh
Copy link

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
Copy link

I'm having the same issue

@synaption
Copy link

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
Copy link
Author

i did remove that part and it works, but i needed it actually

@giper45
Copy link

giper45 commented Mar 24, 2022

Hello, any news about it?

@giper45
Copy link

giper45 commented Mar 24, 2022

Think that it is not more release.
Commit:
f48a09d

should have added sni support.
Issue #115 should be related.
I try to build the master version to verify if it is supported.

@giper45
Copy link

giper45 commented Mar 24, 2022

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants