OpenSSL command line error: unable to load client certificate private key file

2006-06-05 Thread Jeremiah Foster
Hello, I am building an OpenSSL application to process credit cards. I am testing the server implementation with the OpenSSL command line tool like this; $ openssl s_client -connect secure.incab.se/verify/server/click:443 -cert trusted.cer The error I receive is; unable to load client certificat

Re: OpenSSL command line error: unable to load client certificate private key file

2006-06-05 Thread Marek Marcola
Hello, > I am building an OpenSSL application to process credit cards. I am > testing the server implementation with the OpenSSL command line tool > like this; > > $ openssl s_client -connect secure.incab.se/verify/server/click:443 > -cert trusted.cer > > The error I receive is; > unable to load

Re: OpenSSL command line error: unable to load client certificate private key file

2006-06-05 Thread Dr. Stephen Henson
On Mon, Jun 05, 2006, Jeremiah Foster wrote: > Hello, > > I am building an OpenSSL application to process credit cards. I am > testing the server implementation with the OpenSSL command line tool > like this; > > $ openssl s_client -connect secure.incab.se/verify/server/click:443 > -cert trusted

Re: OpenSSL command line error: unable to load client certificate private key file

2006-06-05 Thread Torsha Banerjee
Is u r private key in a separate .pem file if it is not, first ensure that... Jeremiah Foster wrote: Hello, I am building an OpenSSL application to process credit cards. I am testing the server implementation with the OpenSSL command line tool like this; $ openssl s_client -connect secure.inc

Re: OpenSSL command line error: unable to load client certificate private key file

2006-06-11 Thread deependra baniya
Torsha Banerjee <[EMAIL PROTECTED]> wrote: Is u r private key in a separate .pem file if it is not, first ensure that...Jeremiah Foster wrote:> Hello,> > I am building an OpenSSL application to process credit cards. I am> testing the server implementation with the OpenSSL command line tool> like t