On 30 Jul 2001 19:38:04 -0000, "ganesh kumar godavari"
<[EMAIL PROTECTED]> wrote:

>*************** on the server *****************
>1906:error:1408A0C1:SSL routines:SSL3_GET_CLIENT_HELLO:no shared cipher:s3_srvr.c:769:
>Error: error in SSL_accept()
>***********************************************
>and on the client the connection is being disconnected
>(as there are no common cipheres)

It appears that you have forgotten to call OpenSSL_add_all_algorithms()
before attempting to make the connection. Don't forget to call
EVP_cleanup() to remove them before exiting.

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to