Certificates not automatically added

Issue #53 resolved
Former user created an issue

After installing the plugin into Intellj Ultimate v182.4505.22, I do not have any BitBucket Linky options appearing on the Context Menu. The log indicates this is because of :-

javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: java.security.SignatureException: Signature length not correct: got 256 but was expecting 512

I was able to fix this error by adding the certificate for our corporate Bitbucket server to the JRE cacerts used to run Intellij. I would expect the Plugin to add this cert automatically (maybe via a popup, as done elsewhere in Intellij).

Comments (4)

  1. Daniil Penkin staff

    Just a heads up, I'm currently working on an update which should fix this, i.e. a popup dialog with an option to accept the certificate would appear in this case.

  2. Daniil Penkin staff

    Resolved in version 6.0. IntelliJ will show a standard dialog if the SSL certificate is signed by an unknown CA.

  3. Log in to comment