Ian wrote:
> I wish to transparently "proxy" 443 (https) traffic also - even
> though I know squid will simply retrieve the https url via a DIRECT
> request.
Ok. First question: Have you understood WHY redirecting SSL to Squid
does not work? Squid is a HTTP proxy, SSL is a completely different
protocol.
If you absolutely want to do this, then you need to write a "transparent
SSL proxy" function which accepts the SSL connections (as a tunnel,
without any SSL handshakes) and converts it to a HTTP CONNECT request
suitable for HTTP proxies.
-- Henrik Nordstrom Squid hacker -- To unsubscribe, see http://www.squid-cache.org/mailing-lists.htmlReceived on Sat Feb 24 2001 - 10:36:05 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:58:10 MST