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 [EMAIL PROTECTED] 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
