i make some changes according to your last post and this
http://www.squid-cache.org/mail-archive/squid-users/200306/0551.html
On Sat, 2003-08-09 at 17:57, Henrik Nordstrom wrote:
> On Saturday 09 August 2003 17.32, Imad Soltani wrote:
> > Hello all ,
> > Thanks Henrik for the post
> >
> > I now tried to make a new functionnal and minimal squid.conf from 0
>
> > and the i got an , after keys exchange , an access denied to
> > proxy_hostname
>
>
> You also need http_access allow the request.
>
my minisquid.conf :
visible_hostname proxy_hostname
http_port ip_proxy:80 accel defaultsite=ip_web_server
https_port ip_proxy:443 accel cert=s.crt key=s.key
defaultsite=ip_web_server
acl all src 0.0.0.0/0.0.0.0
acl http proto http
acl https proto https
cache_peer ip_proxy parent 80 0 no-query originserver
name=http.web_server_hostname
cache_peer ip_proxy parent 443 0 no-query originserver ssl
name=https.web_server_hostnme
cache_peer_access https.web_server_hostnme allow https
cache_peer_access http.web_server_hostnme allow http
never_direct allow all
And same error
my squid.conf is not correct anyway ?
> Regards
> Henrik
Received on Sat Aug 09 2003 - 10:13:40 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:18:48 MST