views:

23

answers:

0

Hi all,

I have an OpenSSL client-side implementation that establishes a TLS (v1) connection successfully.

It works fine, untill I'm trying to use a subordinate CA certificate and not a root CA one. What do I need to add to the code?

I use OpenSSL 00.9.8k.

Thanks.