|
|||||||||||
|
Re: cannot browse https sites
From: Tim <ignored_mailbox(at)yahoo.com.au>
Date: Thu Jan 31 2008 - 18:54:55 EST
Port forwarding isn't the answer. What have you done to enable the SSL proxying in the Squid configuration? Why are you trying to proxy HTTPS? If you're trying to cache it, you're violating security, and I don't think it's going to let you do that. Secure web browsing really needs *NO* man in the middle. But if you're tunnelling SSL through Squid (uncached proxying), that's a different matter (still a security risk to those wanting to use secure websites through your proxy, not always done, but technically feasible). The last time I set up Squid, was with FC4, so it's an older version, and options may have changed since then. But you have to go through the ACL rules, list the ports used for SSL, and add them to the safe ports rule. And allow the safe and SSL ports through the access rules.
Snippets from my configuration:
http_access deny !Safe_ports
Don't confuse yourself with the SSL accelerator configuration, that's for using Squid to aid your own secure webserver, if you have one.
Have you looked at:
-- (This computer runs FC7, my others run FC4, FC5 & FC6, in case that's important to the thread.) Don't send private replies to my address, the mailbox is ignored. I read messages from the public lists. -- fedora-list mailing list fedora-list@redhat.com To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-listReceived on Thu Jan 31 18:55:51 2008 This archive was generated by hypermail 2.1.8 : Sun May 25 2008 - 12:45:52 EDT |
||||||||||
|
|||||||||||