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
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;
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