I use squid as a proxy to enable some http and https sites and redirect all other traffic to a captive portal. Everything works fine, except for a redirect/deny_info for the not allowed https traffic. Is there a mechanism, I can use to show a error message for https ? All http + https traffic is redirected to squid via iptables. Deny_info works perfect for http. /etc/squid/squid.conf acl step1 at_step SslBump1 acl https_whitelist ssl::server_name "/etc/squid/acl/general.list" ssl_bump peek step1 all ssl_bump splice https_whitelist ssl_bump terminate all deny_info http://10.10.12.1:81/captureme?redirect=%u all Thanks in advance, Andreas _______________________________________________ squid-users mailing list squid-users@xxxxxxxxxxxxxxxxxxxxx http://lists.squid-cache.org/listinfo/squid-users