cURL / Mailing Lists / curl-and-php / Single Mail

curl-and-php

Re: curl and PHP with client certificate

From: Hugo Alexandre A. S. Dias <hugo_at_mni.pt>
Date: Fri, 7 Jun 2002 12:08:17 +0100

But what certificates must i have in the Chain? Just the top of the
certication Autority or all of them?

Hugo Alexandre Dias
Web-Programmer
MNI - Médicos na Internet, Saúde na Internet, S.A.
E-mail: hugo_at_mni.pt
http://www.mni.pt http://www.saudenainternet.pt http://www.listamedica.com
http://medicos24.siconline.pt
MNI - Um Mundo de Médicos

----- Original Message -----
From: "Daniel Stenberg" <daniel_at_haxx.se>
To: "Hugo Alexandre A. S. Dias" <hugo_at_mni.pt>
Cc: "curl and php list" <curl-and-php_at_lists.sourceforge.net>
Sent: Friday, June 07, 2002 11:10 AM
Subject: Re: curl and PHP with client certificate

> On Thu, 6 Jun 2002, Hugo Alexandre A. S. Dias wrote:
>
> > This command curl -d A030=M001 -d A001=1266 -d C007=30606020008628 -v
> > --cert \certificados\tpa1266.pem:123456 --cacert \certificados\chain.cer
> > https://cer.pnet.multibanco.pt/pvtn
> >
> > returns me
> > * Your connection is using a weak random seed!
>
> Well, this particular line can be ignored, as it is wrong ;-)
>
> > * Closing live connection (#0)
> > curl: (35) error setting cerficate verify locations
>
> This problem is SSL_CTX_load_verify_locations() that returns error when it
> loads the CA certificate you have pointed out.
>
> We should probably use a SSL_get_error() to get a more detailed error code
> from OpenSSL. The error above just tells us it failed, not why.
>
> > I converted the client certificate to PEM format and all the certs in
the
> > chain of this and of the server to PEM format too.
>
> There seems to be a problem with the chain of CA certs.
>
> --
> Daniel Stenberg -- curl groks URLs -- http://curl.haxx.se/
>
>
> _______________________________________________________________
>
> Don't miss the 2002 Sprint PCS Application Developer's Conference
> August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm
>
>
>

_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm
Received on 2002-06-07