hello all , 

CLIENT X <-> SQUID BOX <---> WEB BOX

squid & web boxes are redhat ( kernel 2.4.18 )

A internet user put a https://www.domain.com address on his browser
The request come to squid box and then redirected to web box

I try a lot of configuration , and i don't get good results

my squid is :
Squid Cache: Version 3.0-PRE2-20030806
configure options: '--prefix=/data/imad/squid' '--enable-ssl'

important lines of my last squid.conf : 
i use the default and add my stuff or remove # if it needed

https_port 443 cert=x.crt key=x.key defaultsite=sww.webbox.com

and some acl like this ( cf default squid.conf )

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 to_localhost dst 127.0.0.0/8
acl SSL_ports port 443 563
acl CONNECT method CONNECT

The error say that squid is enable to forward the request at this time 

Someone have some experience to share ? 

IS 

PS : apologies for my poor english 



Reply via email to