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

bad handshake error while connecting with wstunnel server #47

Open
ghost opened this issue Feb 6, 2022 · 0 comments
Open

bad handshake error while connecting with wstunnel server #47

ghost opened this issue Feb 6, 2022 · 0 comments

Comments

@ghost
Copy link

ghost commented Feb 6, 2022

I have requirement to use https://github.com/mhzed/wstunnel server and connect chisel client with it. wstunnel server is running on localhost:8081, getting below error when trying to connect

chisel client 127.0.0.1:8081 127.0.0.1:8086:127.0.0.1:22

2022/02/05 15:29:32 client: Connecting to ws://127.0.0.1:8081
2022/02/05 15:29:32 client: tun: proxy#127.0.0.1:8086=>22: Listening
2022/02/05 15:29:32 client: Connection error: websocket: bad handshake
2022/02/05 15:29:32 client: Retrying in 100ms...
2022/02/05 15:29:32 client: Connection error: websocket: bad handshake (Attempt: 1)
2022/02/05 15:29:32 client: Retrying in 200ms...
2022/02/05 15:29:32 client: Connection error: websocket: bad handshake (Attempt: 2)
2022/02/05 15:29:32 client: Retrying in 400ms...
2022/02/05 15:29:32 client: Connection error: websocket: bad handshake (Attempt: 3)
2022/02/05 15:29:32 client: Retrying in 800ms...
2022/02/05 15:29:33 client: Connection error: websocket: bad handshake (Attempt: 4)
2022/02/05 15:29:33 client: Retrying in 1.6s...

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

0 participants