TCP-over-HTTPS #810
abhinavsingh
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently here is how
ProxyPoolPlugin
works:Unfortunately, outgoing information in
step 2)
is not encrypted. To make the communication more secure:ProxyPoolPlugin
must support aTCP-over-HTTPS
modeproxy.py
already supports end-to-end encryption mode.Further,
ProxyPoolPlugin
is only capable of handling HTTP(s) protocol. ATCP-over-HTTPS
plugin will allow any TCP protocol exchange with upstream proxy over HTTPS.Beta Was this translation helpful? Give feedback.
All reactions