Kyle, Steve, and Marek,
Thank you very much for your help. When I issued the command;
$ openssl s_client -connect secure.incab.se:443/verify/server/click
-CAfile /home/andreas/debitech/debitech_CA.pem
I made a successful connection to the server as stated by the openssl
client;
-- [snip] --
Hello,
> $ openssl s_client -connect secure.incab.se:443/verify/server/click
> -cert debitech/debitech_CA.pem
>
> I get the following error;
>
> unable to load client certificate private key file
> 31977:error:0906D06C:PEM routines:PEM_read_bio:no start
> line:pem_lib.c:644:Expecting: ANY PRIVAT
On Mon, Jun 12, 2006, Kyle Hamilton wrote:
> The server has supplied you with the certificate to its CA, which
> includes the CA's public key. You're putting it in the option for
> client authentication via certificate.
>
> I believe the option is -cacert, but I'm not quite certain. (I don't
>
The server has supplied you with the certificate to its CA, which
includes the CA's public key. You're putting it in the option for
client authentication via 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/1
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;