[squid-users] Problem connecting M$ exchange Server over https and squid

From: Ciro <linux-mailing@dont-contact.us>
Date: Wed, 16 Jul 2003 20:28:53 +0200

Hi,

if i try to establish a https connection to a Email exchange server with IE
6.0 and it taks a long time to get
the certification and also a long time to get a connect.
I tried already a IE 6.0 SP1, the same.
With Mozilla or Opera it works fine. No delay.
With other Mailsystems, like Lotus Notes, it works with IE.
Is this a IE Bug with squid and exchange ?
Is there something i could do ???
Somebody knows something about this issue ?
Thanks in advance for your help.

Cheers
Ciro

proxy~ # squid -v
Squid Cache: Version 2.5.STABLE3
configure options: --prefix=/usr/local -sysconfdir=/etc
--localstatedir=/var
--sbindir=/usr/sbin --localstatedir=/var --mandir=/usr/share/man
--enable-snmp

Here my squid.conf

hierarchy_stoplist cgi-bin ?
http_port 3128
client_persistent_connections off
cache_mem 128 MB
cache_swap_low 90
cache_swap_high 95
cache_access_log /var/squid/logs/access.log
cache_log /var/squid/logs/cache.log
cache_store_log /var/squid/logs/store.log
pid_filename /var/run/squid.pid
cache_dir ufs /var/squid/cache 8000 16 256
emulate_httpd_log off
maximum_object_size 4096 KB
minimum_object_size 0 KB
log_mime_hdrs off
debug_options ALL,1
redirect_program /usr/bin/squidGuard
redirect_children 8
redirect_rewrites_host_header on
request_body_max_size 100 MB
cache_effective_user squid
cache_effective_group nogroup
ftp_passive off
half_closed_clients off
ident_timeout 10 seconds
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
auth_param basic children 5
auth_param basic realm Squid proxy-caching web server
auth_param basic credentialsttl 2 hours
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern . 0 20% 4320
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 81 82 # 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 CONNECT method CONNECT
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_reply_access allow all
icp_access allow all
ident_lookup_access allow all
acl allowed_hosts src "/etc/squid.address"
acl allowed_users ident "/etc/squid.users"
acl movie urlpath_regex -i \.mpeg$ \.mpg$
acl sound urlpath_regex -i \.mp3$ \.rpm$
acl office_hours time MTWHFA 08:00-17:00
acl GET method GET
http_access deny office_hours movie
http_access deny office_hours sound
deny_info ERR_ACCESS_MOVIE movie sound
http_access allow allowed_hosts
http_access allow allowed_users
http_access deny all
coredump_dir /var/cache
visible_hostname xxxxxxxxxxxxxx.local
logfile_rotate 7
memory_pools off
forwarded_for off
cachemgr_passwd disable shutdown
cachemgr_passwd none all
acl snmppublic snmp_community public
snmp_access allow snmppublic localhost
snmp_access deny all
store_avg_object_size 10 K
Received on Wed Jul 16 2003 - 12:28:48 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:18:01 MST