Y
Hacker News
new
|
ask
|
show
|
jobs
by
lugubris
2476 days ago
> it's a secure connection to an HTTP/HTTPS proxy being run by Cloudflare
How does an HTTPS proxy work? will it be like how cloudflare does https with websites (mitm)?
3 comments
progval
2476 days ago
They can just forward the encrypted bytes (I don't know if that's how they actually do it). Cloudflare does mitm decryption in order to inject its own code and captcha in the pages.
link
Dylan16807
2476 days ago
Worth noting is that it is
not
a transparent proxy. Firefox is aware of the mitm, and cooperates with it to achieve security.
link
gruez
2476 days ago
see:
https://en.wikipedia.org/wiki/HTTP_tunnel#HTTP_CONNECT_metho...
link