imbin

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

2019-07-24 15:37  斌哥tobin  阅读(16920)  评论(0编辑  收藏  举报

Untrusted Server\'s certificate

如果你用的是Intellij系列IDE(GoLand, PHPStorm, WebStorm, IDEA),突然弹出个提示『Untrusted Server\'s certificate 』
莫慌,这是因为你用了破解版的 IDE,破解过程中有个hosts绑定的操作:

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

而本机恰好做过一个 SSL 绑定,IDE 查询注册码是否正版时,触发了https访问导致,而本机的 SSL 证书多数是自己生成的,不是正规机构颁发的证书,所以会弹出这个不可信证书的提示框。

解决办法

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

以上方法二选一即可

分类:

技术点:

相关文章:

  • 2021-07-02
  • 2021-09-28
  • 2021-07-26
  • 2021-08-07
  • 2021-09-27
  • 2021-04-04
  • 2021-11-03
猜你喜欢
  • 2021-04-05
  • 2021-06-13
  • 2021-05-17
  • 2021-11-05
  • 2021-05-23
  • 2021-08-29
  • 2021-05-17
相关资源
相似解决方案