nixCraft Linux Forum

nixCraft

Linux / UNIX Tech Support Forum

Not able to browse one particular URL through squid

This is a discussion on Not able to browse one particular URL through squid within the Proxy Servers forums, part of the Mastering Servers category; Dear All I have squid proxy in my office and enabled ACl for two different groups. Group A doesn't have ...


Go Back   nixCraft Linux Forum > Mastering Servers > Proxy Servers

Linux answers from nixCraft.


Proxy Servers Discussion about UNIX / Linux caching proxy servers, web proxy, reverse / content filtering proxy server.

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-04-2007, 07:47 PM
Member
User
 
Join Date: Nov 2006
Location: Bangalore
Posts: 32
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
bubloob_13
Default Not able to browse one particular URL through squid

Dear All

I have squid proxy in my office and enabled ACl for two different groups. Group A doesn't have
any restriction to browse any URLS, but group B is allowed to browse only specified sites

my starnge problem i am not able to browse https://memadmin.mithi.com:8443/index.html site where
i am coming under group A, tried the same url in group b pc's also . I am getting following errors



ERROR
The requested URL could not be retrieved

--------------------------------------------------------------------------------
While trying to retrieve the URL: memadmin.mithi.com:8443

The following error was encountered:

Access Denied.
Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

Your cache administrator is root.
--------------------------------------------------------------------------------
Generated Thu, 05 Apr 2007 14:01:06 GMT by ismartblr2 (squid/2.5.STABLE1)


* Should i enable 8443 port as SSL port in squid.conf?
* I am not getting any log details
* Enclosed my ACL

acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl to_localhost dst 127.0.0.0/8
acl SSL_ports port 443 563
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 563 # https, snews
acl Safe_ports port 70 # gopher
acl Safe_ports port 210 # wais
acl Safe_ports port 1025-65535 # unregistered ports
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 777 # multiling http
acl Safe_ports port 110 # POP3
acl Safe_ports port 25 # SMTP
acl Safe_ports port 8443 # https
acl CONNECT method CONNECT

http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports



acl lan1_blr src 192.168.1.0/255.255.255.0
acl lan2_blr src 192.168.100.0/255.255.255.0
acl msn_hosts src "/etc/squid/msn_hosts"
acl allowed_machines src "/etc/squid/allowed_machines"
acl support_staff src "/etc/squid/support_staff"
acl callcenter src "/etc/squid/callcenter"

acl rejected_urls url_regex "/etc/squid/rejected_urls"
acl allowed_urls dstdomain "/etc/squid/allowed_urls"
acl msn dstdomain "/etc/squid/msn"

http_access allow msn_hosts msn
http_access deny rejected_urls
http_access deny !allowed_machines
http_access deny !lan1_blr !lan2_blr
http_access allow callcenter allowed_urls allowed_machines
http_access allow support_staff !callcenter
http_access deny all


Don't know where i am making mistake, which one is preventing to browse that url.

Kindly help me....
Reply With Quote
  #2 (permalink)  
Old 03-10-2008, 01:54 PM
Junior Member
User
 
Join Date: Oct 2008
OS: Debian
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
wwwzviadi is on a distinguished road
Default ssl problem

acl SSL_ports port 443 563 8443 add this one it should work










Quote:
Originally Posted by bubloob_13 View Post
Dear All

I have squid proxy in my office and enabled ACl for two different groups. Group A doesn't have
any restriction to browse any URLS, but group B is allowed to browse only specified sites

my starnge problem i am not able to browse https://memadmin.mithi.com:8443/index.html site where
i am coming under group A, tried the same url in group b pc's also . I am getting following errors



ERROR
The requested URL could not be retrieved

--------------------------------------------------------------------------------
While trying to retrieve the URL: memadmin.mithi.com:8443

The following error was encountered:

Access Denied.
Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

Your cache administrator is root.
--------------------------------------------------------------------------------
Generated Thu, 05 Apr 2007 14:01:06 GMT by ismartblr2 (squid/2.5.STABLE1)


* Should i enable 8443 port as SSL port in squid.conf?
* I am not getting any log details
* Enclosed my ACL

acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl to_localhost dst 127.0.0.0/8
acl SSL_ports port 443 563
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 563 # https, snews
acl Safe_ports port 70 # gopher
acl Safe_ports port 210 # wais
acl Safe_ports port 1025-65535 # unregistered ports
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 777 # multiling http
acl Safe_ports port 110 # POP3
acl Safe_ports port 25 # SMTP
acl Safe_ports port 8443 # https
acl CONNECT method CONNECT

http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports



acl lan1_blr src 192.168.1.0/255.255.255.0
acl lan2_blr src 192.168.100.0/255.255.255.0
acl msn_hosts src "/etc/squid/msn_hosts"
acl allowed_machines src "/etc/squid/allowed_machines"
acl support_staff src "/etc/squid/support_staff"
acl callcenter src "/etc/squid/callcenter"

acl rejected_urls url_regex "/etc/squid/rejected_urls"
acl allowed_urls dstdomain "/etc/squid/allowed_urls"
acl msn dstdomain "/etc/squid/msn"

http_access allow msn_hosts msn
http_access deny rejected_urls
http_access deny !allowed_machines
http_access deny !lan1_blr !lan2_blr
http_access allow callcenter allowed_urls allowed_machines
http_access allow support_staff !callcenter
http_access deny all


Don't know where i am making mistake, which one is preventing to browse that url.

Kindly help me....
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads

Thread Thread Starter Forum Replies Last Post
PhpmyAdmin-Can browse/search some tables, but not others blinton25 Databases servers 1 08-06-2007 11:28 PM
squid problem cannot connect or browse internet raghuram Linux software 2 27-03-2007 09:31 PM


All times are GMT +5.5. The time now is 03:03 PM.


Powered by vBulletin® Version 3.8.5 - Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2
©2005-2010 nixCraft. All rights reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38