Hi, SQUID 3
the access to https pages is forbidden, but there are allowed exceptions. My problem : The SSL deny rule works properly, the proper self made error page comes up but THE SQUID-ERROR-PAGE shows not the whole text .. there is more info in the error file then displayed. The same problem occurs with the standard error page. Example: ==================================================================== Internetaccess Die angeforderte Seite konnte nicht geholt werden ---------------------------------------------------------------------------- ---- W�hrend des Versuches, den URL www.xyz.com:443 zu laden, trat der folgende Fehle ==================================================================== acl Safe_ports port 80 # http acl Safe_ports port 70 # gopher acl Safe_ports port 210 # wais acl Safe_ports port 1025-65535 # unregistered ports acl Safe_ports port 280 # http-mgmt acl Safe_ports port 488 # gss-http acl Safe_ports port 591 # filemaker acl Safe_ports port 777 # multiling http acl CONNECT method CONNECT http_access deny !Safe_ports http_access deny CONNECT !SSL_ports acl SSL_ports port 443 563 deny_info ERR_DENY_SSL SSL_ports http_access deny internetuser SSL_ports Thx Roman
