Replies: 1 comment
-
I get the certificate from letsencrypt and get the same error recently, but it was fine before. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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