Hello all , 
Thanks Henrik for the post

I now tried to make a new functionnal and minimal squid.conf from 0

i put this on :

visible_hostname proxy_hostname

https_port ip_proxy:443 accel cert=s.crt key=s.key
defaultsite=proxy_hostname

acl all src 0.0.0.0/0.0.0.0

acl https proto https

cache_peer ip_server_web parent 443 0 no-query originserver ssl
name=web_server_hostname

cache_peer_access ip_web_server allow https

never_direct allow all


and the i got an , after keys exchange , an access denied to
proxy_hostname  


thx for help

IS


On Sat, 2003-08-09 at 09:43, Henrik Nordstrom wrote:
> On Saturday 09 August 2003 04.54, Imad Soltani wrote:
> 
> > https_port 443 cert=x.crt key=x.key defaultsite=sww.webbox.com
> 
> defaultsite here should in most cases be the externally visible domain 
> name the user is supposed to be using in their browser.
> 
> > The error say that squid is enable to forward the request at this
> > time
> 
> You are missing a cache_peer definition telling Squid where and how to 
> send the request.
> 
> Regards
> Henrik

Reply via email to