使用GoAgent等软件时,在Chrome/Firefox等浏览器浏览时,会出现“the site’s security certificate is not trusted”,导致网站不能访问,这就需要手工添加信任证书。
GoAgent 项目主页: http://code.google.com/p/goagent/
Goagent 是一个使用 Python 和 Google Appengine SDK 编写的代理软件
可以运行在Windows/Mac/Linux/Andorid/iTouch/iPhone/iPad上
GoAgent 的配置方法很简单,需要拥有一个 Google 帐号,然后申请一个 GAE 空间,第一次申请 GAE 空间时需要用手机接收短信验证码。具体的操作可以参考 GoAgent 项目主页。
如果你在使用 GoAgent 时遇到证书不被信任问题,请按以下方法解决,以Chrome为例,Firefox等同理:
Ubuntu 系统:
- 打开 Chrome 浏览器
- 首选项 > 高级选项 > 管理证书…
- 在 授权中心 导入 GoAgent/local 目录下的 CA.crt 证书
(注意不要导入到 服务器 ,否则不起作用) - 在 授权中心 找到 GoAgent CA 并点击 修改…
- 修改
the site’s security certificate is not trusted解决方法 was originally published on DormanThink