安装newrelic 出现问题

今天在瑞典的cloud上部署反代的时候,安装newrelic 的 服务器agent 出现错误

类似于如下在stackoverflow上提出的问题

ERROR: The certificate of `www.dropbox.com’ is not trusted.
ERROR: The certificate of `www.dropbox.com’ hasn’t got a known issuer.

这个问题其实很简单,是ubuntu 或者debian上常常出现的问题,就是 ca 的丢失,解决的办法,直接在ssh上运行:

sudo apt-get install ca-certificates

即可解决

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

This site uses Akismet to reduce spam. Learn how your comment data is processed.