Clion和Idea启动后弹出Servers certificate is not trusted 解决方法

现在,Idea已经成了业内公认的最好用的Java编辑器,用习惯之后,也想用JetBrains家的Clion来写C++,结果有可能会遇到Server’s certificate is not trusted的问题。

原因

这是因为你使用JetBrains家的产品,安装破解了之后,你在你本地hosts文件中配置了映射,结果启动时检测出来服务器证书不可用

解决方案

不管是Idea还是Clion还是别的JetBrains家的产品,出现这个问题,都可以用下面方法解决。

  • 打开Idea或者Clion后,找到File > Settings > Tools > Server Certificates后,选择Accept non-trusted certificates automatically 前面打上勾即可。

你可能感兴趣的:(软件安装)