Accessing cachemgr.cgi over https???
- 
 Per another user Mar 1, 2009 at 1:55 AM I found out how I can use the cachemgr.cgi with squid: In the following howto the hostname of my pfsense is 'pfsense' and the IP is 10.0.0.1 (use your settings here): - set the following link under '/usr/local/www':
 cd /usr/local/www 
 ln -s /usr/local/libexec/squid/cachemgr.cgi cachemgr.cgi- change '/usr/local/etc/squid/cachemgr.conf'
 This file controls which servers may be managed bythe cachemgr.cgi scriptThe file consists of one server per line on the formathostname:port descriptionSpecifying :port is optional. If not specified thenthe default proxy port is assumed. :* or :any matchesany port on the target server.hostname is matched using shell filename matching, allowing* and other shell wildcards.pfsense 
 3. change /usr/local/pkg/squid.incSetup some default acls 
 acl localhost src 127.0.0.1/255.255.255.255 to acl localhost src 10.0.0.1/255.255.255.255
 cachemgr_passwd disable offline_toggle reconfigure shutdown
 cachemgr_passwd none allIs it possible to get the the cache manger over https? I keep getting an error http requested per https 
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.
