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


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
linux-india-help mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to