Hello, On Wed, Aug 04, 2010 at 05:24:26PM +0200, eni-urgence wrote: > Hello. > > I have removed the friendly error message from IE and it display a > blank page. > I have not mentionned that i have stunnel in front of haproxy for ssl > termination. I have made some test and capture packet and i think that > it's stunnel that don't work. > I will make more test.
IE6 does not like SSL much. I remember about an option in Stunnel to be MSIE-friendly when closing connections (basically, send a close packet before closing). Since IE6 can display arbitrary error pages unrelated to what it got on the wire, it's hard to debug. Still, there is one possibility we've not examined : the page which returns 200 might return a JS-based redirect which immediately tries to fetch from another site then gets the 404. Regards, Willy

