Re: https

From: Oskar Pearson <oskar@dont-contact.us>
Date: Thu, 16 Oct 1997 15:19:20 +0200

Hi

> Thanks but what I really mean is, when I tried to access
> https://www.security-one.com:2000 , access was denied through our proxy
> server...when I asked the site admin, he "suspected" that squid doesn't
> recognize https requests .... is that true? or is it just their secure
> http server configuration that refuses https requests thru caching proxy
> servers?

Look at the lines:

acl SSL_ports port 443 563
and
http_access deny CONNECT !SSL_ports
and
acl CONNECT method CONNECT

in your squid.conf

comment them out, kill -1 and you should be fine...

Duane - can't we not put these in the default squid.conf?

Oskar
Received on Thu Oct 16 1997 - 06:23:47 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:37:17 MST