JetBrains webstorm 正版解决学生无法注册问题
SignatureException: Signature doesn’t match or Signature length not correct: got 256 but was expecting 512
解决办法
两种方法这里只详细说明第二种方法
第一种方法 去除本机的nginx https解析即可
第二种方法 让 IDE 自动认可未授信证书。
- 登录失败之后,先选择30天试用进入界面
- file->settings->Appearance->system settings->HTTP proxy
- 选择auto-detect proxy settings 点击check connection
- 在弹框中输入account.jetbrains.com接着ok.
- file->settings->tools->server certificates选择Accept non-trusted certificates automatically->OK
- help->register输入邮箱密码即可。
为什么会出现这种情况呢?
引起这个的根本原因是因为你破解了idea,在本地hosts配置了映射,然后idea检测出来弹出警告 服务器证书不可用。