Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Intellij IDEA License Activation (SSLHandshakeException)

I'm trying to active Intellij IDEA (14) with my educational license under Ubuntu-gnome (15.4) getting an SSLHandshakeException:

JetProfile connection error: SSLHandshakeException: java.security.cert.CertificateException: java.security.SignatureException: Signature length not correct: got 256 but was expecting 512

Then it says "Intellij was not able to detect your proxy configuration", although I do not have a proxy and my network settings are configured to have no proxy. The support there told me to check my direct connection to https://lservice-auth.jetbrains.com/(https://account.jetbrains.com/lservice/). Chrome says this connection isn't safe (I've switched my distro and successfully activated Intellij, Chrome still has trust issues with that link):

NET::ERR_CERT_AUTHORITY_INVALID

Intellij-Error screenshot: enter image description here

Update: I have managed to import Jetbrain's Keystore to my keystore, it now has 2 entries but still won't work:

Keystore enthält 2 Einträge

jetbrains, 20.07.2015, trustedCertEntry, Zertifikat-Fingerprint (SHA1): C3:83:F6:0A:6A:99:86:F3:B6:B3:38:44:8C:42:66:64:0F:07:DB:5A plugins.jetbrains.com, 20.07.2015, trustedCertEntry, Zertifikat-Fingerprint (SHA1): DF:47:A0:22:81:4B:79:F0:E5:C2:E1:4E:B4:CA:8A:0D:B9:1D:32:CC

like image 511
barfoos Avatar asked Jul 16 '15 08:07

barfoos


People also ask

Can I use JetBrains license on multiple devices?

Yes. Under our current subscription model, you may run multiple personal licensed copies of the IDE at the same time across multiple operating systems (like on laptop and desktop for remote debugging client/server apps). This also applies to the All Products pack.

Can I use my IntelliJ ultimate license on multiple computers?

Yes. Different IDEs from a personal or commercial All Products pack license may be used simultaneously on a single machine or on multiple machines.


2 Answers

Here is how i solved it:

  • Go to https://account.jetbrains.com
  • Choose download activation code for offline usage
  • Enter it as activation key
like image 127
Bojan Trajkovski Avatar answered Oct 05 '22 20:10

Bojan Trajkovski


Follow these steps:

  1. Go to: File -> Settings -> Appearance & Behavior -> System settings -> HTTP Proxy

  2. Select Auto-detect proxy setting

  3. Click Clear password

  4. Click check connection and provide the URL: https://account.jetbrains.com/login

  5. Go to Help -> Register and login

like image 22
Yudeep Rajbhandari Avatar answered Oct 05 '22 19:10

Yudeep Rajbhandari