On Mon, Mar 08, 1999, Marc Jadoul wrote:

> Using Netcape 4.5 on Linux connecting to mod_ssl 2.2.4 under Linux with
> last php (3.0.7)
> i get a Netscape error:
> 
> An I/O error during security authorization. It happen on a submit in a
> protected page.
> 
> Apparently it is (server) platform independent and only due to the last
> changes in mod ssl because a collegue has the same with an other server
> configuration (WinNT / Coldfusion) with the last mod-ssl. 

Although I cannot reproduce it, I think I know what can be the reason for
this. I've recently fixed the SSL close notify alert, but followed an advice
by Eric Young where I don't wait for receiving the client's close notify.  The
reason has to do with an endless waiting loop in theory.

Try the following: delete line 440 in ssl_engine_kernel.c (it reads
``SSL_set_shutdown(ssl, SSL_RECEIVED_SHUTDOWN);''), then recompile and test
again. When it then works, the I/O error you get is actually some kind of
``SSL procotol message out of sync'' error.

                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com
______________________________________________________________________
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