Search code examples
proxyhttpssecuritytunnel

HTTPS requests over open proxy servers


I will keep this simple.
It's possible, or there is a special type of proxy for this?


Solution

  • That's possible. The host (address/port) you're doing the request to isn't encrypted, and the proxy server just forwards the bytes you're sending (encrypted or not), and of course gives you the response.