You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Linux myhost.com 3.10.0-1160.102.1.el7.x86_64 #1 SMP Tue Oct 17 15:42:21 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
I am using a configuration similar to the image.
I expect that when I access https://myhost.com/login, I will receive a 400 bad request status with the header response sec-websocket-version: 13 which mean server is ready to accept connection. However, I'm getting a 400 bad request status with the message Client sent an HTTP request to an HTTPS server.
However, the server works normally when accessed via the URL https://myhost.com:8443/login... the client can run the VPN normally.
The issue is that my ISP only allows operation on port 443, and I added the following lines to my vhost:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I am using CentOS 7 for my V2ray server.
Linux myhost.com 3.10.0-1160.102.1.el7.x86_64 #1 SMP Tue Oct 17 15:42:21 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
I am using a configuration similar to the image.
I expect that when I access https://myhost.com/login, I will receive a 400 bad request status with the header response
sec-websocket-version: 13
which mean server is ready to accept connection. However, I'm getting a 400 bad request status with the messageClient sent an HTTP request to an HTTPS server
.However, the server works normally when accessed via the URL https://myhost.com:8443/login... the client can run the VPN normally.
The issue is that my ISP only allows operation on port 443, and I added the following lines to my vhost:
My goal is for V2ray to work on the URL https://myhost.com/login instead of port 8443.
if i used
wss://
it gave me 500 error insteadCan anyone help me?"
Beta Was this translation helpful? Give feedback.
All reactions