Proxy Server Question
Condon Thomas A KPWA
tcondon
Mon May 17 12:01:57 PDT 2004
Thanks, Tim, that will help.
In Harmony's Way and In A Chord,
Tom ;-})
Thomas A. Condon
Proud Member of the Kitsap Chordsmen
Registered Linux User # 154358
You Can't Catch A Virus From Plain Text Email!
> -----Original Message-----
> From: Tim Wunder [mailto:tim at thewunders.org]
> Sent: Wednesday, May 05, 2004 10:55 AM
> To: linux-users at linux-sxs.org
> Subject: Re: Proxy Server Question
>
>
> On 5/5/2004 1:46 PM, I believe that Condon Thomas A KPWA wrote:
>
> > Folks,
> >
> > I'm running SUSE 9.0 Pro on my firewall machine at home. I
> administer it
> > through my home web using Webmin. I've turned the Squid
> proxy server on,
> > and it lets all the other machines on my net access the
> internet. However,
> > I haven't been able to get a secure connection through it
(https://xxx
> fails). I suspect that either Squid doesn't allow this or I haven't found
> the setup variable to allow secure proxy serving. Or is that an
oxymoron?!?
>
> Any help would be appreciated.
>
Check your squid.conf
There's an acl section where I think you'll find the answer.
FWIW, I have the following in my squid.conf:
#Examples:
#acl myexample dst_as 1241
#acl password proxy_auth REQUIRED
#acl fileupload req_mime_type -i ^multipart/form-data$
#
#Recommended minimum configuration:
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl SSL_ports port 443 563
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 563 # https, snews
acl Safe_ports port 70 # gopher
acl Safe_ports port 210 # wais
acl Safe_ports port 1025-65535 # unregistered ports
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 777 # multiling http
acl CONNECT method CONNECT
HTH,
Tim
_______________________________________________
Linux-users mailing list
Linux-users at smtp.linux-sxs.org
Unsubscribe/Suspend/Etc ->
http://smtp.linux-sxs.org/mailman/listinfo/linux-users
More information about the Linux-users
mailing list