Re: PEM_read_bio:no start error with OpenSSL0.9.8a

2006-06-13 Thread Jeremiah Foster
certificate. > > I believe the option is -cacert, but I'm not quite certain. (I don't > use s_client enough to know for sure.) > > -Kyle H > > On 6/12/06, Jeremiah Foster <[EMAIL PROTECTED]> wrote: > > Hello list! > > > > I am trying to conn

PEM_read_bio:no start error with OpenSSL0.9.8a

2006-06-12 Thread Jeremiah Foster
Hello list! I am trying to connect to a server that has supplied me with a cert. The cert in question is called debitech_CA.pem and when I supply the following command; $ openssl s_client -connect secure.incab.se:443/verify/server/click -cert debitech/debitech_CA.pem I get the following error;

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