2018/01/31
UbuntuでCA証明書の更新
Linux |
# curl https://example.com curl: (60) server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none More details here: http://curl.haxx.se/docs/sslcerts.html
とのことなので、、、
# dpkg -l | grep cert ii ca-certificates 20170717~16.04.1 all Common CA certificates ii ssl-cert 1.0.37 all simple debconf wrapper for OpenSSL # apt-get install ssl-cert Reading package lists... Done Building dependency tree Reading state information... Done ssl-cert is already the newest version (1.0.37). # apt-get install ca-certificates Reading package lists... Done Building dependency tree Reading state information... Done ca-certificates is already the newest version (20170717~16.04.1).
パッケージは最新か。
この辺から取ってきて置き換えるしかなさそうか。
コメント
トラックバック - http://tech.g.hatena.ne.jp/rx7/20180131