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

tls+ws+vless failed #417

Open
x0chaoren0s opened this issue Sep 17, 2024 · 2 comments
Open

tls+ws+vless failed #417

x0chaoren0s opened this issue Sep 17, 2024 · 2 comments

Comments

@x0chaoren0s
Copy link

glider 0.16.4, windows and glider 0.16.2, linux
glider config set:
forward=tls://183.178.22.246:11417?skipVerify=true,ws://@/?ed=2048&host=dns68.putata.eu.org,vless://[email protected]:11417
error info:
2024/09/17 10:55:52 client.go:35: [vless]: dial to 183.178.22.246:11417 error: remote error: tls: handshake failure
2024/09/17 10:55:52 group.go:263: [check] main: 183.178.22.246:11417(0), FAILED. error: remote error: tls: handshake failure

I'm sure this node is ok, because the following v2ray subscription link is ok in v2rayn and v2rayng:
vless://[email protected]:11417?encryption=none&security=tls&type=ws&host=dns68.putata.eu.org&path=%2F%3Fed%3D2048#%F0%9F%94%92%20VL-WS-TLS%20%F0%9F%87%AD%F0%9F%87%B0%20HK-183.178.22.246%3A11417

@nadoo
Copy link
Owner

nadoo commented Sep 20, 2024

try forward=tls://183.178.22.246:11417?serverName=dns68.putata.eu.org

@x0chaoren0s
Copy link
Author

x0chaoren0s commented Sep 23, 2024

try forward=tls://183.178.22.246:11417?serverName=dns68.putata.eu.org

thank you for your respond, but still failed.

when forward=tls://183.178.22.246:11417?serverName=dns68.putata.eu.org,ws://@/?ed=2048&host=dns68.putata.eu.org,vless://[email protected]:11417
error info:
2024/09/23 11:52:37 client.go:35: [vless]: dial to 183.178.22.246:11417 error: [ws] error in ws handshake, got wrong response: HTTP/1.1 200 OK
2024/09/23 11:52:37 group.go:263: [check] main: 183.178.22.246:11417(0), FAILED. error: [ws] error in ws handshake, got wrong response: HTTP/1.1 200 OK

when forward=tls://183.178.22.246:11417?serverName=dns68.putata.eu.org&skipVerify=true,ws://@/?ed=2048&host=dns68.putata.eu.org,vless://[email protected]:11417
same error info:
2024/09/23 11:58:09 client.go:35: [vless]: dial to 183.178.22.246:11417 error: [ws] error in ws handshake, got wrong response: HTTP/1.1 200 OK
2024/09/23 11:58:09 group.go:263: [check] main: 183.178.22.246:11417(0), FAILED. error: [ws] error in ws handshake, got wrong response: HTTP/1.1 200 OK

now tls seems fine, but ws still isn't working, so I've tried replacing it with the full version, but it still doesn't work:

when forward=tls://183.178.22.246:11417?skipVerify=true&serverName=dns68.putata.eu.org,ws://183.178.22.246:11417/?ed=2048&host=dns68.putata.eu.org,vless://none:[email protected]:11417
error info:
2024/09/23 14:26:52 client.go:35: [vless]: dial to 183.178.22.246:11417 error: [ws] error in ws handshake, got wrong response: HTTP/1.1 200 OK
2024/09/23 14:26:52 group.go:263: [check] main: 183.178.22.246:11417(0), FAILED. error: [ws] error in ws handshake, got wrong response: HTTP/1.1 200 OK

and the mentioned v2ray subscription link is still ok for right now.

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

2 participants