ClearFoundation Tracker - ClearOS
View Issue Details
0001362ClearOSapp-web-proxy - Web Proxypublic2013-10-05 10:362014-06-25 12:25
dloper 
user2 
normalfeaturealways
closedfixed 
6.4.0 
6.6.0 Beta 26.6.0 Beta 2 
0001362: User authentication makes some services which are incapable of authentication fail. Requires whitelist.
When user authentication is enabled, some sites will fail due to the fact that they are incapable of using the underlying authentication. For this reason, there should be a whitelist function of the proxy server.

Even when whitelisted in the default policy of the content filter, these sites will fail because they don't have intrinsic rights to use the proxy.

Again, this is only needed when authentication is present because the regular content filter controls are sufficient.
Set up a server with user authentication. Content filter is optional.

Use dropbox.

You will see requests fail with a TCP_DENIED. Even though it may be on the siteexceptionlist.

By adding a new 'whitelist' category, you can modify which sites do NOT require authentication. This would be added to squid.conf.

acl whitelist dstdomain .freshdesk.com .dropbox.com

# Whitelist: Do not require authentication
http_access allow whitelist
http_access allow CONNECT SSL_ports whitelist
No tags attached.
has duplicate 0001664closed user2 Some web applications do not have a configurable option to authenticate. This causes problems in the proxy. 
Issue History
2013-10-05 10:36dloperNew Issue
2013-10-07 09:21user2Statusnew => confirmed
2014-04-22 13:34user2Target Version6.5.0 Updates => 6.6.0 Beta 1
2014-04-30 04:50user2Target Version6.6.0 Beta 1 => 6.6.0 Beta 2
2014-06-04 11:56user2Relationship addedhas duplicate 0001664
2014-06-04 11:56user2Statusconfirmed => resolved
2014-06-04 11:56user2Fixed in Version => 6.6.0 Beta 2
2014-06-04 11:56user2Resolutionopen => fixed
2014-06-04 11:56user2Assigned To => user2
2014-06-25 12:25user2Statusresolved => closed

There are no notes attached to this issue.