Webstorm license activation error
"JetProfile connection error: SSLHandshakeException: java.security.cert.CertificateException: java.security.SignatureException: Signature length not correct: got 256 but was expecting. your host may be behind a proxy "
I am getting the above error while even though I am not using any using any proxy .
Please sign in to leave a comment.
I have faced the same problem. I have updated the SSL ca certificates in my Ubuntu host with the below command and it solved the problem.
sudo update-ca-certificates -f
I installed oracle jvm instead of open-jdk, which resolved the problem.