Re: Weird IE SSL problem

2001-09-10 Thread Carl Lipo
Try adding: SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown downgrade-1.0 force-response-1.0 to your SSL aware section of your httpd.conf. The error sounds like one related to a bug in IE's keep alive capabilities and the SSL close notify alerts on socket connection close. Check

Re: Weird IE SSL problem

2001-09-09 Thread Joshua Chamas
Tim Pushor wrote: > > My first page is a form that POST's to a second page. It is pretty standard > stuff: > > action="https://site.name.com/secondpage.html"; > onSubmit="validateroutine();"> > .. standard form elements > > > > Now, when I shut down all instances of IE and bring up the first