Hi,
I have stunnel running in front of HaProxy and everything is working fine however IE6 users cannot access our HTTPS pages and are instead shown a 'Page cannot be found'. They can access normal pages.
Obviously there's something that stunnel doesn't like about IE6 (who doesn't) but I'm at a loss as to what changes to make to the stunnel conf. My conf for stunnel is below:
------------------------------------------------
sslVersion = all
options = NO_SSLv2
fips = no
setuid = root
setgid = stunnel
pid = /var/run/stunnel.pid
socket = l:TCP_NODELAY=1
socket = r:TCP_NODELAY=1
output = /var/log/stunnel.log
cert = /usr/local/openssl/certs/secure.domain.com.crt
key = /usr/local/openssl/certs/secure.domain.com.key
accept = X.X.X.X:443
connect = X.X.X.X:81
xforwardedfor = yes
TIMEOUTclose = 0