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
I want to use WebSocket+TLS+Web on the server, but I don’t have domain name manage authority and root of the server, so I can’t apply for a certificate or use the server’s 443 port.
I created a self signed certificate, and opened other port of this server for nginx. and set v2ray to WebSocket+TLS+Web。
And configured the root certificate of the self signed certificate on the client
But when I connect by the proxy, there are following errors:
tls: failed to verify certificate: x509: certificate signed by unknown authority transport/internet/websocket: failed to dial WebSocket
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
-
I want to use WebSocket+TLS+Web on the server, but I don’t have domain name manage authority and root of the server, so I can’t apply for a certificate or use the server’s 443 port.
I created a self signed certificate, and opened other port of this server for nginx. and set v2ray to WebSocket+TLS+Web。
And configured the root certificate of the self signed certificate on the client
But when I connect by the proxy, there are following errors:
my nginx config:
my v2ray server config:
my v2ray client config:
Beta Was this translation helpful? Give feedback.
All reactions