<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/1.1.8">
</HEAD>
<BODY>
just quickly because I am real busy but here is an excerpt from one of my squid setups, it has no problem getting to https sites,<BR>
acl all src 192.168.1.1/192.168.1.255<BR>
acl manager proto cache_object<BR>
acl localhost src 127.0.0.1/255.255.255.255<BR>
acl SSL_ports port 443 563<BR>
acl Safe_ports port 23 25 110 143 1024 1025-65535<BR>
acl Safe_ports port 23<BR>
acl Safe_ports port 1024<BR>
acl Safe_ports port 80&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # http<BR>
acl Safe_ports port 21&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # ftp<BR>
acl Safe_ports port 443 563&nbsp;&nbsp;&nbsp;&nbsp; # https, snews<BR>
acl Safe_ports port 70&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # gopher<BR>
acl Safe_ports port 210&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # wais<BR>
acl Safe_ports port 1025-65535&nbsp; # unregistered ports<BR>
acl Safe_ports port 280&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # http-mgmt<BR>
acl Safe_ports port 488&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # gss-http<BR>
acl Safe_ports port 591&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # filemaker<BR>
acl Safe_ports port 777&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # multiling http<BR>
acl CONNECT method CONNECT<BR>
 <BR>
Is it just one site? or all https sites?<BR>
<BR>
<BR>
On Thu, 2003-08-14 at 14:33, Darin Perusich wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE><FONT COLOR="#737373" SIZE="3"><I>does anyone have an experience proxying https with squid? i have a squid 
  running in httpd_accelerator mode and working great for http traffic 
but the https is not behaving correctly. when the request gets to squid 
it's doing &quot;GET </FONT><A HREF="http://test.cognigencorp.com:443/"><FONT SIZE="3">http://test.cognigencorp.com:443/</FONT></A><FONT COLOR="#737373" SIZE="3">&quot; instead of &quot;GET </FONT>
<A HREF="https://test.cognigencorp.com/"><FONT SIZE="3">https://test.cognigencorp.com/</FONT></A><FONT COLOR="#737373" SIZE="3">&quot;.

i've set things up so that you don't need to set any proxy settings in 
the browser, you just type in the url and go. i'm accomplishing this 
with split-horizon dns zones. i can explain this in more detail if 
anyone is interested.

i've attached the squid.conf, the majority of these options are 
defaults. i've modified http_port, https_port, acl vpn_network, 
http_access, httpd_accel_host, httpd_accel_port, httpd_accel_with_proxy, 
and httpd_accel_uses_host_header.

thanks</I></FONT></PRE>
</BLOCKQUOTE>
<PRE><TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
-- <BR>
Cyber Source &lt;<A HREF="mailto:peter@thecybersource.com">peter@thecybersource.com</A>&gt;
</TD>
</TR>
</TABLE>
</PRE>
</BODY>
</HTML>