Re: SSL_use_certificate_chain_file error

2006-12-26 Thread Dr. Stephen Henson
On Tue, Dec 26, 2006, Sendil kumar wrote: > > When I connect a SSL client from windows to SSL server in unix, the > SSL_use_certificate_chain_file errors out and returns zero and when I see > the error stack there were no errors in it but at that same time when I use > SSL_use_certificate_file it

SSL_use_certificate_chain_file error

2006-12-26 Thread Sendil kumar
Hi, When I connect a SSL client from windows to SSL server in unix, the SSL_use_certificate_chain_file errors out and returns zero and when I see the error stack there were no errors in it but at that same time when I use SSL_use_certificate_file it runs fine. I was unable to trace the error. C

Re: SSL_use_certificate_chain_file error

2006-12-25 Thread Sendil kumar
TED]> To: openssl-users@openssl.org Sent: Tuesday, 26 December, 2006 4:19:04 AM Subject: RE: SSL_use_certificate_chain_file error 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 p

RE: SSL_use_certificate_chain_file error

2006-12-25 Thread Edward Chan
Ed From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sendil kumar Sent: Sunday, December 24, 2006 10:39 PM To: openssl-users@openssl.org Subject: SSL_use_certificate_chain_file error Hi All, When I connect a SSL client

SSL_use_certificate_chain_file error

2006-12-24 Thread Sendil kumar
Hi All, When I connect a SSL client from windows to SSL server in unix, the SSL_use_certificate_chain_file errors out and returns zero and when I see the error stack there were no errors in it but at that same time when I use SSL_use_certificate_file it runs fine. I was unable to trace the erro