Crucible4IDEA icon indicating copy to clipboard operation
Crucible4IDEA copied to clipboard

Self signed certificate issues

Open dwdking opened this issue 10 years ago • 1 comments

We are using a self signed certificate on our Crucible server and I think this is giving some issues with the plugin. I tried adding the self signed certificate to my keystore but haven't been able to get it to work.

I attempted re-installing it and verifying the self signed cert using SSLPoke which succeeded so I'm not sure why it's not working.

2015-01-19 16_41_52-settings

dwdking avatar Jan 19 '15 21:01 dwdking

I tried 2 things I added a CA cert to java using the following command

keytool -importcert -keystore cacerts -file <pathToCert>

or go to your Intellij Settings -> Tools -> Server Certificates and add it there. Note: you may need to restart intellij

Jasperman avatar Jan 22 '15 16:01 Jasperman