Just to follow up, it seems that this has fixed the problem.

Thanks to everyone who replied.

Tim

-----Original Message-----
From: Carl Lipo [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 10, 2001 9:02 AM
To: Tim Pushor
Cc: [EMAIL PROTECTED]
Subject: Re: Weird IE SSL problem



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 out more info at:

http://www.modssl.org/docs/2.8/ssl_faq.html#ToC49



Carl replied to Tim Pushor on 09/10/01:

> Hi,
>
> First of all, I am almost positive that this isn't an Apache-ASP problem,
> but on the off chance that it is - or that someone else has seen this
before
> ..
>
> I am running Apache 1.3.20 + mod_ssl 2.8.4-1.3.20 + mod_perl-1.25 +
> Apache-ASP-2.17
>
> I am very new to apache asp
>
> My pages are all being served viu ssl - i.e. require https://
>
> My first page is a form that POST's to a second page. It is pretty
standard
> stuff:
>
> <form name="info" method="POST"
> action="https://site.name.com/secondpage.html";
> onSubmit="validateroutine();">
> .. standard form elements
> <input type="submit" value="Proceed to Terms" name="Proceed_to_terms">
> </form>
>
> Now, when I shut down all instances of IE and bring up the first page,
fill
> out the form, and click the button, I get a warning that I am about to
leave
> the secure area (which I am not). Click OK, and I get the 'cant find host
or
> dns error'. In the address box of IE, I see the correct URL of the page
that
> I am trying to POST to. If I click Refresh and repost my form data - it
> works. Then it seems to work properly after that as long as I have IE
> running.
>
> Netscape has yet to behave similarily.
>
> I am running all .html files through apache-asp, and am using sessions.
>
> Anyone have any ideas?
>
> Thanks,
> Tim
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


----------------------------------------------------------------------------
Carl Lipo                                       EMAIL: [EMAIL PROTECTED]
IT Systems Architect                            PAGER: 206.570.2086
Internap Network Services                       OFFICE: 206.504.5442
601 Union Street, Suite 1000                    FAX: 206.654.5684
Seattle, WA  98101                              CELL: 206.579.0163

Unauthorized use, disclosure, or distribution of information within
this message is prohibited.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to