<!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 # http<BR>
acl Safe_ports port 21 # ftp<BR>
acl Safe_ports port 443 563 # https, snews<BR>
acl Safe_ports port 70 # gopher<BR>
acl Safe_ports port 210 # wais<BR>
acl Safe_ports port 1025-65535 # unregistered ports<BR>
acl Safe_ports port 280 # http-mgmt<BR>
acl Safe_ports port 488 # gss-http<BR>
acl Safe_ports port 591 # filemaker<BR>
acl Safe_ports port 777 # 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 "GET </FONT><A HREF="http://test.cognigencorp.com:443/"><FONT SIZE="3">http://test.cognigencorp.com:443/</FONT></A><FONT COLOR="#737373" SIZE="3">" instead of "GET </FONT>
<A HREF="https://test.cognigencorp.com/"><FONT SIZE="3">https://test.cognigencorp.com/</FONT></A><FONT COLOR="#737373" SIZE="3">".
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 <<A HREF="mailto:peter@thecybersource.com">peter@thecybersource.com</A>>
</TD>
</TR>
</TABLE>
</PRE>
</BODY>
</HTML>