Can you connect up to squid with HTTP requests and have squid make HTTPS requests?
I would like to connect up to squid and make a "GET https://www.sslwebsite.com HTTP/1.0" and have squid terminate the SSL connection out to the remote SSL website. From what I read it looks like you can have Squid terminate HTTPS requests with --enable-ssl and send HTTP requests to a backend web server, but can it do the reverse? Thanks, -Dan
