Hi,

> Ok, seems like I've to reproduce this in order to solve the problem. You used
> a form on an Apache+mod_ssl+OpenSSL server and request the form via NS 4.5,
> right? The form display is still ok, but the errors only when submitting the
> form? Please give me as much details to allow me to reconstruct your situation
> in order to reproduce the error (I currently use NS 4.08 and all looks fine)
> as far as I can tell.

I have the same Problem. My configuration:
Apache 1.3.4 mod_ssl 2.2.4 OpenSSL 0.9.1c (patched) 
special modules (in this apache):
(mod_rewrite)
mod_roaming
mod_auth_external (with external Programm)
Solaris 2.5.1 Sparc gcc

Netscape 4.5 on WinNT4SP4 Wkst.

You can test a script with:
https://intern.lrz-muenchen.de:7443/testtool
(I know - its not the right certificate-name!)

Input a text and type Return....


The perl-script is:
-----------------------------------------------------------
#!/usr/local/bin/perl

print "Content-Type: text/html\n\n";
print "<FORM method=\"POST\" action=\"$ENV{'SCRIPT_NAME'}\">\n";
print "<p>Input: <input name=\"PW\">\n";
print "</FORM>\n";
-----------------------------------------------------------



Sincerely
Axel Findling
--------------------------------------------------------------------
Dr. Axel Findling  --  Webmaster  --  Leibniz-Rechenzentrum Muenchen
       http://www.lrz-muenchen.de/persons/axel_findling.html

______________________________________________________________________
Apache Interface to SSLeay (mod_ssl)   www.engelschall.com/sw/mod_ssl/
Official Support Mailing List               [EMAIL PROTECTED]
Automated List Manager                       [EMAIL PROTECTED]

Reply via email to