Hello all,

 

I have a server implemented using openssl libs and a client which is implemented using RSA libs.

 

The handshake is failing and I get the following errors

 

on the client :

- Certificate chain didn't validate: Incomplete certificate

�- CA is Unknown CA

SSL: Certificate validate failed -- Incomplete certificate

SSL: Hand shaking �failed -- Incomplete certificate.

SSL: Client closing SSL connection

 

on the server:

1653:error:140943E8:SSL routines:SSL3_READ_BYTES:reason(1000):s3_pkt.c:985:SSL alert number 0

 

I also have another client implemented using openssl libs and the handshake happens fine with the server.

 

The point where its failing is where the client (with RSA libs) does a check for verifying the cert chain.

Its complains that its unable to get the CA-cert.

 

Could anyone give me pointers on what could be the problem .. is there some incompatibility between the two libs ?

 

Thank you,

Avinash

 

Reply via email to