我正在运行 Debian (Lenny)。
当我运行这个:
curl --ssl https://www.google.com
Run Code Online (Sandbox Code Playgroud)
我收到此错误:
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 …
Run Code Online (Sandbox Code Playgroud)