On Mon, Mar 08, 1999, Christian Buysschaert wrote:

> > > An I/O error during security authorization. It happen on a submit in a
> > > protected page.
> >
> > 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.
> 
> As Marc already mentioned, I've exactly the same problem (but on NT)... When
> I tried the above patch, the problem became worse. Instead of some 'forms
> submitting' resulting in the "I/O error during the security authorization",
> I know got NO result at all (endless loop?) with EVERY form...

Seems like that's the endless read loop Eric Young talked to me in the past
and because of this I've added the SSL_RECEIVED_SHUTDOWN...

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.
                                       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