Re: [squid-users] [ Squid Cache: Version 3.0-PRE2-20030806 ]

This is a discussion on Re: [squid-users] [ Squid Cache: Version 3.0-PRE2-20030806 ] within the Squid Users forums, part of the Web Server and Related Forums category; hello , chapter 2 : i want to squid get all the https request from internet and redirect it in first to ...


Go Back   Usenet Forums > Web Server and Related Forums > Squid Users

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 08-12-2003
Imad Soltani
 
Posts: n/a
Default Re: [squid-users] [ Squid Cache: Version 3.0-PRE2-20030806 ]

hello ,

chapter 2 :

i want to squid get all the https request from internet and redirect it
in first to a web server ( may be in a second part load balacing/fail
over issue ? )
i check network and dns resolution , all works fine
the linux systeme is a redhat 8 , squid version is on the subject

My squid.conf

[root@PROXY02 etc]# more test3.conf
visible_hostname external_www_adress
http_port squid_server_ip:80 accel defaultsite=web_server
https_port squid_server:443 accel cert=name.cert key=name.key
defaultsite=web_server
acl all src 0.0.0.0/0.0.0.0
acl http proto http
acl https proto https
cache_peer ip_web_server parent 80 0 no-query originserver
name=web_server_http_id
cache_peer ip_web_server parent 443 0 no-query originserver ssl
name=web_server_https_id
cache_peer_access web_server_https_id allow https
cache_peer_access web_server_http_id allow http
http_access allow all
never_direct allow all
http_access deny http
#check_hostnames off
#hosts_file /etc/hosts

The key exchange is good , and then the browser show a error page with
some DNS error

because of this error , i try to put web_server with the ip , the
hostname , www , no changes

If someone have some ideas

thx

IS

















Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 05:23 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0