We've been testing Apache 1.3.4 with mod_ssl 2.2.4 on NT. We've found an error with a basic form submitting to a secure page with mod_ssl 2.2.4. An error which we don't have with 2.2.3. The error occurs with Netscape Communicator 4.5 on NT (and I have had a similar error with Opera 3.60 beta 1) "An I/O error occurred during security authorization. Please try your connection again" The first page (simple form on HTTP) is: <html> <head> <title>Untitled</title> </head> <body> <p>Page 1</p> <form action="https://192.168.0.43/page2.cfm" method="POST"> <input type="Text" name="test"> <input type="Submit"> </form> </body> </html> The second page (extension .cfm - ColdFusion - originally but you can use whatever dynamic page or even a .html where you normally you should have 'POST method not allowed') on the mod_ssl 2.2.4 server: <html> <head> <title>Untitled</title> </head> <body> <p>Page 2</p> </body> </html> The mod_ssl logfiles seem normal, even using debug level... Anybody else having this problem? Christian. -- ir. Christian Buysschaert - Technical Manager GlobalSign nv-sa - http://www.globalsign.net ______________________________________________________________________ Apache Interface to SSLeay (mod_ssl) www.engelschall.com/sw/mod_ssl/ Official Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
