v2ray-plugin icon indicating copy to clipboard operation
v2ray-plugin copied to clipboard

custom self signed certificate for tls and quic mode

Open 0000matteo0000 opened this issue 4 years ago • 0 comments

I am trying to set up a custom server with these scripts https://gitlab.com/0000matteo0000/shadowsocks-config/-/tree/master the script works but if I add tls with the custom generated certificate and key from ssl (see server.sh script for the full command line used) the server breaks with tls and cert=<certificate_path> key=<key_path> in plugin_opts: on server: http: TLS handshake error from :<random_port>: remote error: tls: bad certificate on client: Secure Connection Failed PR_END_OF_FILE_ERROR on browser with tls and mode=quic in plugin_opts: on server: ERROR tcp tunnel 127.0.0.1:<random_port> -> <random_site>:443 connect failed, error: Network is unreachable (os error 101) and the server crashes.

0000matteo0000 avatar May 27 '21 01:05 0000matteo0000