解决IDEA提示Untrusted Server's certificate 证书不可用( Server's certificate is not trusted )

Untrusted Server's certificate

若是你用的是Intellij系列IDE(GoLand, PHPStorm, WebStorm, IDEA),忽然弹出个提示『Untrusted Server's certificate 』
莫慌,这是由于你用了破解版的 IDE,破解过程当中有个hosts绑定的操做:nginx

0.0.0.0 account.jetbrains.com
0.0.0.0 www.jetbrains.com

而本机刚好作过一个 SSL 绑定,IDE 查询注册码是否正版时,触发了https访问致使,而本机的 SSL 证书多数是本身生成的,不是正规机构颁发的证书,因此会弹出这个不可信证书的提示框。code

解决办法

  1. 去除本机的nginx https解析便可
  2. 让 IDE 自动承认未授信证书,操做路径:Setting -> Tools -> Server Certificates -> Accept non-trusted certificates automatically (此项打勾)

以上方法二选一便可orm

相关文章
相关标签/搜索