ClearFoundation Tracker - ClearOS
View Issue Details
0001711ClearOSapp-web-proxy - Web Proxypublic2014-05-23 13:122014-12-23 16:15
bchambers 
user2 
normalmajorsometimes
closedfixed 
6.5.0 
6.6.0 Beta 26.6.0 Beta 2 
0001711: Proxy client forwarding to denied access can get into a loop
Redirection to a blocked page from one of the ACL rules can occur becomes of the acl ordering in squid.conf...specifically:

# ClearOS Web Access Control: http_access settings
include /etc/squid/squid_http_access.conf
http_access allow webconfig_to_lan
http_access allow webconfig_lan password

the second rule allowing the browser to go to the default block page is yet to be allowed.

Reorder to:

http_access allow webconfig_to_lan
http_access allow webconfig_lan password
include /etc/squid/squid_http_access.conf
No tags attached.
Issue History
2014-05-23 13:12bchambersNew Issue
2014-05-23 13:12bchambersStatusnew => assigned
2014-05-23 13:12bchambersAssigned To => bchambers
2014-06-03 12:08user2Assigned Tobchambers => user2
2014-06-03 12:08user2Categoryapp-web-acl - Web Access Control => app-web-proxy - Web Proxy
2014-06-03 12:34user2Statusassigned => resolved
2014-06-03 12:34user2Fixed in Version => 6.6.0 Beta 2
2014-06-03 12:34user2Resolutionopen => fixed
2014-12-23 16:15user2Statusresolved => closed

There are no notes attached to this issue.