I am using IE6 and FireFox 1.0PR.

While trying to access secure sites e.g https://idbibank.co.in ,
browser return following error

"While retriving the URL: idbibank.co.in:443 

The following error was encountered: 

Connection Failed 
The browser returned: 
(110) Connection timed outThe remote host or network may be down"

My ACl & Access list permissions detail is-


[EMAIL PROTECTED] squid]# grep -v "^#" squid.conf |grep -v "^$"

cache_peer 10.10.10.1 parent 8080 7 weight=2 default login=guest:guest123

hierarchy_stoplist cgi-bin ?
acl QUERY urlpath_regex cgi-bin \?
auth_param basic program /usr/lib/squid/ncsa_auth /etc/squid/squid_password
auth_param basic children 10
auth_param basic realm SSTPS PROXY- WHAT,HOW and WHEN YOU ARE ACCESSING THE INTE
RNET IS BEING RECORDED BY IT DEPARTMENT.
auth_param basic casesensitive off
refresh_pattern ^ftp:    1440   20%     10080
refresh_pattern ^gopher: 1440   0%      1440
refresh_pattern .       0 20%   4320
connect_timeout 150 second
peer_connect_timeout 150 seconds

acl all src 0.0.0.0/0.0.0.0
acl roundtheclock-ip src 20.20.20.5 20.20.20.9 20.20.20.12
acl slot1_ip src 20.20.20.25 20.20.20.45
acl slot1_time time 00:00-23:00
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 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 8080
acl CONNECT method CONNECT
acl ncsa_users proxy_auth REQUIRED
acl porn url_regex "/etc/squid/porn.txt"
acl noporn url_regex "/etc/squid/noporn.txt"

http_access allow localhost
http_access allow slot1_time slot1_ip ncsa_users
http_access allow roundtheclock-ip ncsa_users
http_reply_access allow all
icp_access allow all
http_access deny !Safe_ports
http_access deny porn !noporn
http_access deny all
http_port 8080
https_port 8080
coredump_dir /var/spool/squid
maximum_object_size 500 MB
httpd_accel_with_proxy on
httpd_accel_uses_host_header on
cache_dir ufs /var/spool/squid 1000 16 128
visible_hostname squid-proxy

TIA

> > Another problem I am facing is - whenever accessing any 
secure  site
> > https://somesile.com, not able to access. But with another proxy
> > (netsacape), it is working fine.
> > Browers says
> > (1)
> > The following error was encountered:
> > Invalid URL
> > Some aspect of the requested URL is incorrect. Possible problems:
> > Missing or incorrect access protocol (should be `http://'' or similar
> > OR (2)
> > Any clue for the problem.
> > An erroe ocured whenaccessing the url
> > http://somesecuresite.com:443
> > Any clue for the problem
> 
> Which browser are you using? If IE, then uncheck "Show friendly http
> error messages" in the advanced config first before looking at the error
> page again.
> 
> Now, is this error message from squid or from the browser? Also can you
> show us all your ACLs again?

_______________________________________________
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/

Reply via email to