Hello,
Thanks for the quick response.

I'm using certificate chain (root-intermediate and cert). There is no
option of using certchain in the s_client or server.
I did use ssltest (shipped with openssl) and modified the line
        if
(!SSL_CTX_use_certificate_file(s_ctx,server_cert,SSL_FILETYPE_PEM))
To 
        if (!SSL_CTX_use_certificate_chain_file(s_ctx,server_cert))
This failed with the same error.

Regards,
Vinay Jha

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Dr. Stephen Henson
Sent: Tuesday, September 20, 2005 9:11 PM
To: openssl-users@openssl.org
Subject: Re: Query abt s->cert->pkeys : encountering No shared cipher
error

On Tue, Sep 20, 2005, Vinay Jha wrote:

> Hi all,
> I'm having a problem where ssl_handshake returns with the alert "No 
> shared cipher". After debugging a little more I have following
> questions:

Well before delving into the internals you should consider a few
issues...

Can you connect to the server using s_client?

Can the client connect to s_server?

Steve.
--
Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage OpenSSL
project core developer and freelance consultant.
Funding needed! Details on homepage.
Homepage: http://www.drh-consultancy.demon.co.uk
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to