Thread: squid blocking webmin
so have squid , running , working treat, problem cannot access webmin @ https://192.168.1.100:10000
part of squid.conf file below.
contents of webmin.acl followedcode:acl localnet src 10.0.0.0/8 acl localnet src 172.16.0.0/12 acl localnet src 192.168.0.0/16 acl ssl_ports port 443 acl webmin url_regex "/etc/squid/webmin.acl" acl webmin_port port 10000 http_access allow connect webmin_port localnet http_access allow connect webmin_port localhost
here error cache.logcode:https://192.168.1.100:10000
the reference can find ssl_ports in squid.conf arecode:request connect 192.168.1.100:10000 denied, because matched 'ssl_ports' 2011/06/27 19:33:41| reply connect 192.168.1.100:10000 allowed, because matched 'ssl_ports' 2011/06/27 19:33:41| request connect 192.168.1.100:10000 denied, because matched 'ssl_ports' 2011/06/27 19:33:41| reply connect 192.168.1.100:10000 allowed, because matched 'ssl_ports'
i know simple setting, can't figure out which?code:#recommended minimum configuration: # # allow cachemgr access localhost http_access allow manager localhost http_access deny manager # allow purge requests localhost http_access allow purge localhost http_access deny purge # deny requests unknown ports # http_access deny !safe_ports # edited here # deny connect other ssl ports http_access allow connect !ssl_ports
shine light
i haven't used squid thought have poke around , think i've spotted odd 'bit , piece' might you.
please review: http://www.linuxquestions.org/questi...-squid-770374/
impression need define 10000 'safe port' (using syntax/method using @ above link) , need repair squid.conf file more erictra trying op in post #4 @ other forum.
may mistaken, may changing line:tocode:http_access allow connect !ssl_portsmight make go should reinstate line readscode:http_access allow connect ssl_portsas last line in squid.conf if have understood i've been looking @ in last 5 minutes.code:http_access deny !safe_ports
@ least have bumped thread: if try based on advice @ other forum , doesn't give joy post attempt & results please - if nobody romps in better lift game , try harder![]()
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] squid blocking webmin
Ubuntu
Comments
Post a Comment