Hello,
I am having a strange IE problem. First of all, I am running Apache 1.3.20 +
mod_ssl 2.8.4-1.3.20 on top of OpenSSL 0.9.6 on FreeBSD 4.3-RELEASE (phew).
All pages are contained within the SSL virtual directory (there is no mix of
secure/non secure in this site).
There is a first page, which POSTS form data to a second page. When I click
the submit button on the first page, IE warns that we are about to leave the
secure area. After clicking OK IE gives the famous 'can'd find server or dns
error' message.
If you look in the address field of IE, the proper https:// address (for the
second page) is in it. If I click reload, repost the form data, it works. It
then will work every time after that until IE has been shut down completely,
then on the first invocation of the first page it happens again.
There is nothing funky about the form, other than a javascript validation
routine:
<form name="info" method="POST" action="https://www.site.com/Terms.html"
onSubmit="return validateform (this)">
.. standard form elements
<input type="submit" value="Proceed to Terms" name="Proceed_to_terms">
</form>
FWIW I am using IE5 on Windows 2000. Netscape 4.78 does not seem to exhibit
this problem.
Has anyone experienced anything like this?
Thanks for any help,
Tim
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]