<span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; ">Hi,<div><br></div><div>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.</div>
<div><br></div><div>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:</div><div><br>
</div><div>------------------------------------------------</div><div><div>sslVersion = all</div><div>options = NO_SSLv2</div><div>fips = no</div><div>setuid = root</div><div>setgid = stunnel</div><div>pid = /var/run/stunnel.pid</div>
<div>socket = l:TCP_NODELAY=1</div><div>socket = r:TCP_NODELAY=1</div><div>output = /var/log/stunnel.log</div><div><br></div><div>[<a href="http://secure.domain.com/" target="_blank" style="color: rgb(66, 99, 171); ">secure.domain.com</a>]</div>
<div>cert = /usr/local/openssl/certs/secure.domain.com.crt</div><div>key = /usr/local/openssl/certs/secure.domain.com.key</div><div>accept �= X.X.X.X:443</div><div>connect = X.X.X.X:81</div><div>xforwardedfor = yes</div><div>
TIMEOUTclose = 0</div></div></span>