If I configured a proxy server (e.g. Squid, for example) configured with certificates to listen to HTTPS, can browsers connect to the proxy server via TLS / SSL?
An example of what I ask:
Browser proxy yahoo.com → TLS → Squid → HTTP → yahoo.com
I installed a proxy server listening on 443, but I have no success using browsers (connecting to an http proxy on port 80 works fine).
source
share