Hi All ,
I got a very strange problem regarding installation of OpenSSL on two
machines.I installed Active Perl version(
ActivePerl-5.8.8.819-MSWin32-x86-267479)on both machines in which one
machine have WINXP Service Pack1 and the other machine have WINXP Service
Pack 2 OS.I tried to install t
Hi Edward,
The file type is PEM and SSL_use_certificate_file works fine. The problem is
with the SSL_use_certificate_chain_file.
let I put some points for more clarification.
In my application all the certificates are in PEM format and
1. Client wiil not validate the server certificate.
2. Se
Is the cert PEM or ASN1 encoded? I think
SSL_use_certificate_chain_file() only works with PEM. Are you passing
SSL_FILETYPE_ASN1 for the type parameter to SSL_use_certificate_file()?
If so, that might explain why one works and the other doesn't.
Ed
Fr