Gang Lu wrote:
> 
> Hi,
> 
> I tried to build a client and a server based on the example of cli.cpp
> and serv.cpp in openssl-0.9.2b. However, I always get the following
> erro message:
> 
> 19296:error:1408A0C1:SSL routines:SSL3_GET_CLIENT_HELLO:no shared
> cipher:S3_srvr.c:759
> 
> Could anyone give me a clue about how to solve that?
> 
> Gang


Perhaps your client and server don't have one configured common cipher
suite. Verify you have a common cipher between client choice and
server propositions:
use printf ("%s\n", SSL_get_cipher (ssl)); in client and server sides
to see your cipher suites.



-- 
------- Nathalie LE BERRE  ------------BULL SA/SD/SPD----------
Tel: 01 30 80 79 78 (237 7978)     Rue Jean-Jaures        
Fax: 01 30 80 65 40 (237 6540)     78340 Les Clayes-Sous-Bois
mailto:[EMAIL PROTECTED]  Implantation : FRCL E1-1A-39
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to