SSL certificate: unable to get local issuer certificate

Posted by celwell on Server Fault See other posts from Server Fault or by celwell
Published on 2012-11-16T21:17:13Z Indexed on 2012/11/16 23:02 UTC
Read the original article Hit count: 346

I'm running Debian (Lenny).

When I run this:

curl --ssl https://www.google.com

I get this error:

curl: (60) SSL certificate problem: unable to get local issuer certificate
More details here: http://curl.haxx.se/docs/sslcerts.html

curl performs SSL certificate verification by default, using a "bundle"
 of Certificate Authority (CA) public keys (CA certs). If the default
 bundle file isn't adequate, you can specify an alternate file
 using the --cacert option.
If this HTTPS server uses a certificate signed by a CA represented in
 the bundle, the certificate verification probably failed due to a
 problem with the certificate (it might be expired, or the name might
 not match the domain name in the URL).
If you'd like to turn off curl's verification of the certificate, use
 the -k (or --insecure) option.

© Server Fault or respective owner

Related posts about debian

Related posts about ssl