Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It seems the firewall can detect v2ray-plugin + nginx stream proxy #314

Open
everthis opened this issue Nov 10, 2023 · 1 comment
Open

Comments

@everthis
Copy link

Here is my nginx conf

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.

@clouduser1024
Copy link

I setup a nginx server in the mainland to proxy SS abroad -----> it works.

那中转机443还能跑网站吗?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants