Re: SSL_CTX_use_certificate_chain_file failure

2007-08-31 Thread Victor Duchovni
On Fri, Aug 31, 2007 at 04:26:07AM -0500, Prabhu S wrote: > Hi, > > I am seeing a similar case as addressed in this mail. > Here is the extract of the message I posted earlier: > > The client application spawns one thread for each connection with the > server. Each thread is having its own SSL_C

Re: SSL_CTX_use_certificate_chain_file failure

2007-08-31 Thread Prabhu S
Hi, I am seeing a similar case as addressed in this mail. Here is the extract of the message I posted earlier: The client application spawns one thread for each connection with the server. Each thread is having its own SSL_CTX* object. When 100 connections are to be made, once the SSL library in

RE: SSL_CTX_use_certificate_chain_file failure

2007-08-30 Thread Yolanda Liu \(liuyu\)
: openssl-users@openssl.org Subject: Re: SSL_CTX_use_certificate_chain_file failure Hello, > I am trying to use SSL_CTX_use_certificate_chain_file to load a > chained certificate, but it return non-1. The wired thing is that it > doesn't print any error, I try everything ERR_p

Re: SSL_CTX_use_certificate_chain_file failure

2007-08-29 Thread Marek Marcola
Hello, > I am trying to use SSL_CTX_use_certificate_chain_file to load a > chained certificate, but it return non-1. The wired thing is that it > doesn't print any error, I try everything ERR_print_errors_fp(), > Err_get_error(), etc. > > The first thing I want to rule out is that the file can

SSL_CTX_use_certificate_chain_file failure

2007-08-29 Thread Yolanda Liu \(liuyu\)
Hi, all: I am trying to use SSL_CTX_use_certificate_chain_file to load a chained certificate, but it return non-1. The wired thing is that it doesn't print any error, I try everything ERR_print_errors_fp(), Err_get_error(), etc. The first thing I want to rule out is that the file can't be fou