user1810567
user1810567

Reputation: 1139

IntelliJ Idea take a long time to start (JetBrains CertificateException)

My IntelliJ take a long time to start. So when I check the starting log, I can see that they're issues with the jetbrains certificates :

Caused by: java.security.cert.CertificateException: No subject alternative DNS name matching www.jetbrains.com found.

and

Caused by: java.security.cert.CertificateException: No subject alternative DNS name matching plugins.jetbrains.com found.

The slowness could be link at those certificates issues ? How could I fix them?

Upvotes: 2

Views: 3749

Answers (1)

user1810567
user1810567

Reputation: 1139

I updated my Intellij and I moved the installation into "program files x86" (instead of "program files") and now it's better. Like suggested the jetbrains helpdesk, it's most likely an IO issue on my PC. Maybe I can also move my settings folder from the usual place to a faster IO place on my hard disk (currently slow because there some backups system on the home).

Upvotes: 1

Related Questions