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
stream {
upstream ss {
server p.abc.org:3125;
}
server {
listen 443;
proxy_pass ss;
}
}
client(with v2ray-plugin) ---> nginx(mainland) ---> ssserver(with v2ray-plugin) Not working
client(with v2ray-plugin) ---> nginx(abroad) ---> ssserver(with v2ray-plugin) Working
I setup a nginx server in the mainland to proxy SS + v2ray-plugin abroad -----> it won't work, TLS handshake error(with tls)
then I setup a nginx server abroad with the same nginx conf to proxy the same SS + v2ray-plugin ----> It works.
Then I tried to not use v2ray-plugin(both on server and client),
client(without v2ray-plugin) ---> nginx(mainland) ---> ssserver(without v2ray-plugin) Working
I setup a nginx server in the mainland to proxy SS abroad -----> it works.
If someone happened to see this and interested in this case can have a look.
The text was updated successfully, but these errors were encountered:
Here is my nginx conf
I setup a nginx server in the mainland to proxy SS + v2ray-plugin abroad -----> it won't work,
TLS handshake error
(with tls)then I setup a nginx server abroad with the same nginx conf to proxy the same SS + v2ray-plugin ----> It works.
Then I tried to not use v2ray-plugin(both on server and client),
I setup a nginx server in the mainland to proxy SS abroad -----> it works.
If someone happened to see this and interested in this case can have a look.
The text was updated successfully, but these errors were encountered: