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

Feature Discussion - Local Reverse Proxy & Redirection #85

Open
PeratX opened this issue Oct 7, 2018 · 2 comments
Open

Feature Discussion - Local Reverse Proxy & Redirection #85

PeratX opened this issue Oct 7, 2018 · 2 comments

Comments

@PeratX
Copy link
Member

PeratX commented Oct 7, 2018

GFW now can reset TLS connections by detecting the Server Name Indication part in TLS Client Hello packet.
The way to bypass the restriction is to remove the SNI part in Client Hello packet.
However, Android does not support HTTP proxy directly.
So, set up a local reverse proxy seems a good choice (we can use a fake address and redirect requests in VPNService).
Both of the methods requires a self-signed certificate.

Solutions

  1. nginx - Cross Compile for armeabi-v7a/aarch64 - Need to generate Configuration dynamically
  2. undertow - Only support Android N+, or modifications required (maybe XNIO)

Notes

  1. Apps need to be modified to trust user certs >= Android N
  2. Two methods has been tested and work excellently on my Samsung Galaxy S6 Egde+

Express your idea below :)

@PeratX PeratX changed the title **Feature Vote** **Feature Discussion** Oct 7, 2018
@PeratX PeratX changed the title **Feature Discussion** Feature Discussion - Local Reverse Proxy & Redirection Oct 25, 2018
@dzx-dzx
Copy link

dzx-dzx commented Jul 20, 2019

URenko/Accesser#47 (comment) 这个软件会有类似的问题吗?

@PeratX
Copy link
Member Author

PeratX commented Jul 20, 2019

原理一样,问题一样

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

No branches or pull requests

2 participants