Re: SSL_CTX_use_certificate_chain_file() error

2004-12-02 Thread Medi Montaseri
So I modified my toolkit to report the actual error from SSL_CTX_use_certificate_chain_file() and now I get error:20074002: BIO routines: FILE_CTRL:system liberror:140DC002:SSL routines:SSL_CTX_use_certificate_chain_file:system lib I'm still trying to find out which of the following statements

Re: SSL_CTX_use_certificate_chain_file() error

2004-12-02 Thread Dr. Stephen Henson
On Thu, Dec 02, 2004, Medi Montaseri wrote: So I modified my toolkit to report the actual error from SSL_CTX_use_certificate_chain_file() and now I get error:20074002: BIO routines: FILE_CTRL:system liberror:140DC002:SSL routines:SSL_CTX_use_certificate_chain_file:system lib We need

Re: SSL_CTX_use_certificate_chain_file() error

2004-12-02 Thread Medi Montaseri
Thankslooks like it could not find the file... I sure miss ENOENT Cheers... Medi Dr. Stephen Henson wrote: On Thu, Dec 02, 2004, Medi Montaseri wrote: So I modified my toolkit to report the actual error from SSL_CTX_use_certificate_chain_file() and now I get error:20074002: BIO routines:

SSL_CTX_use_certificate_chain_file() error

2004-12-01 Thread Medi Montaseri
Hi all I am using a SOAP toolkit called gSOAP which supports OpenSSL. While my application works fine on Linux and FreeBSD, it fails on Windows. The failure comes from a line that says if (!SSL_CTX_use_certificate_chain_file(soap-ctx, soap-keyfile)) return soap_set_receiver_error(soap,