What do I need to add to my OpenSSL TLS client side in order to support intermediate certificates?
Posted
by rursw1
on Stack Overflow
See other posts from Stack Overflow
or by rursw1
Published on 2010-04-15T15:00:26Z
Indexed on
2010/04/15
15:03 UTC
Read the original article
Hit count: 199
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.
© Stack Overflow or respective owner