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

Support optional secure HTTPS mode (opportunistic TLS?) #53

Open
clue opened this issue Sep 17, 2018 · 0 comments
Open

Support optional secure HTTPS mode (opportunistic TLS?) #53

clue opened this issue Sep 17, 2018 · 0 comments
Assignees

Comments

@clue
Copy link
Member

clue commented Sep 17, 2018

Currently, LeProxy does listen on http://localhost:8080 by default for incoming request to proxy to a destination server. In the HTTP CONNECT proxy mode, it also supports forwarding secure TLS requests. Once #52 is in, one can also access http://localhost:8080 directly in the web server to access its web interface.

Additionally, its web interface should also be accessible via https://localhost:8080 for a secure HTTPS access. This is not to be confused with the above HTTP CONNECT mode, LeProxy already supports accessing HTTPS sites just fine.

Implementation wise this is pretty much done already. However, this is currently using some internal APIs, so it is likely blocked by reactphp/socket#89 before we should integrate this here.

@clue clue self-assigned this Sep 17, 2018
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

1 participant