Getting an error "curl: (60) Peer certificate cannot be authenticated with known CA certificates" when trying to curl a site that has a VALID SSL certificate Raw [root@example.com ~]# curl -v https://example.com * About to connect() to example.com port 443 (#0) * Trying 192.168.0....
解决过程: 使用yum调试过程 yum -d 10 makecache 发现报错如下: error: Curl error (60): Peer certificate cannot be authenticated with given CA certificates for https://mirrors.xxx.com.cn/centos/8/BaseOS/x86_64/os/repodata/repomd.xml 原来是cur错误,直接使用curl发现 # curl https://mirrors.xxx....
curl commands fails with an error "curl: (60) Peer certificate cannot be authenticated with known CA certificates" when trying to connect Red Hat network that has a VALID SSL certificate. Raw # curl -v https://subscription.rhsm.redhat.com/subscription/ --cacert /etc/rhsm/ca/redhat-uep.pem...
举例用curl访问 12306会报错 引用 curl: (60) Peer certificate cannot be authenticated with known CA certificates 通过命令 :curl -v https://kyfw.12306.cn 验证证书库是否有效 正常的互联网证书可能会出现证书无效:Peer certificate cannot be authenticated with known CA certificates 解决办法是将该证书的公钥...
curl: (60) SSL: no alternative certificate subject name matches target host name 'unixtutorial.test' 这意味着“peer certificate cannot be authenticated with known CA certificates(无法使用已知的 CA 证书对对等证书进行身份验证)”。 curl如何忽略证书错误?要绕过此限制,你可以使用--insecure(或-k) 选项在...
centos安装composer下载包curl时CA证书报错,昨晚在centos上安装composer,结果第一步curl就出现了报错:[root@web01~]#curl-sShttps://getcomposer.org/installer|phpcurl:(60)PeercertificatecannotbeauthenticatedwithknownCAcertificatesMoredetailshere:http://curl.ha
1[root@web ~]# \curl -sSL https://get.rvm.io | bash -s stable2curl: (60) Peer certificate cannot be authenticated with known CA certificates3More details here: http://curl.haxx.se/docs/sslcerts.html45curl performs SSL certificate verification bydefault,usinga"bundle"6of Certificate Autho...
Very early initialization code failed. This is likely to be an internal error or problem, or a resource problem where something fundamental couldn't get done at init time. CURLE_URL_MALFORMAT (3) The URL was not properly formatted.
Peer certificate cannot be authenticated with known CA certificates The data onhttp://curl.haxx.se/docs/sslcerts.htmlwas most useful. Indeed, toward to bottom it tells you to add a missing link inside /etc/pki/nssdb to use the ca-bundle.crt file. You do it so: ...
cURL error 60: SSL certificate problem: unable to get local issuer certificate (see http://curl.haxx.se/libcurl/c/libcurl-errors.html) 1 2 根据报错后面提示的地址查询60错误: CURLE_SSL_CACERT (60) Peer certificate cannot be authenticated with known CA certificates. ...