Hello List

I'm trying to get port 443 through Squid. I've added the port to the PF redirection and as you can see below I have the port in squid.conf.

Unfortunately it looks as if I need to do more. I get the errors below:



1301904470.125 0 172.17.0.10 NONE/400 3619 NONE error:invalid-request - NONE/- text/html

1301904511.682 0 172.17.0.10 NONE/400 3529 ^V^C^A a%0F - NONE/- text/html

1301904519.505 0 172.17.0.10 NONE/400 3606 NONE error:invalid-request - NONE/- text/html





acl localnet src 172.17.0.1-172.17.0.254

                        acl SSL_ports port 443
                        acl Safe_ports port 80          # http
                        acl Safe_ports port 21          # ftp
                        acl Safe_ports port 443         # https


What have I missed?

Thanks

/Leslie

Reply via email to