Re: [apache-ssl] Apache 1.3.0 + SSL 1.18 (SSL_Accept failed)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [apache-ssl] Apache 1.3.0 + SSL 1.18 (SSL_Accept failed)



An update on this. 

I was not able to get Apache-1.3.0+SSL to work when I used my old
SSLeay-0.8.1 libraries, even though relinking the Apache-1.2.5 httpsd
against it still works. 

I then installed the new SSLeay-0.9.0b libraries (which needed to be done
anyway), and linked against them. Now I have a working server again.

Note, I also link with "-lRSAglue -lrsaref" for both of these.

So, it may be that there is something that is not quite right when linking
against SSLeay-0.8.1.

FYI,
Randall



On Wed, 1 Jul 1998, Randall S. Winchester wrote:

: 
: Anyone else seeing anything like this? If I first do the auth with the old
: binary and then start the new server it works.
: 
: [Wed Jul  1 16:46:36 1998] [notice] Apache/1.3.0 Ben-SSL/1.18 (Unix)
: 	configured -- resuming normal operations
: [Wed Jul  1 16:51:32 1998] [error] SSL_Accept failed
: [Wed Jul  1 16:51:32 1998] [error] error:1E06D401:RSAref
: 	routines:RSA_REF_PRIVATE_DECRYPT:data
: [Wed Jul  1 16:51:32 1998] [error] error:1408B075:SSL
: 	routines:SSL3_GET_CLIENT_KEY_EXCHANGE:bad rsa decrypt
: 
: 
: I tried this with and with out CACHE_SESSIONS, since I do not know what it
: does and was unsure of the three configuration paramaters.
: 
: Otherwise it compiled fine,
: Randall
: 
: