cebbec
cebbec
Hi, did anyone found a way around this issue? Adding the certificate in IntelliJ (or the JVM) and accepting non-trusted certificates didn't help either. In my corporate setting, we are...
I thought I had imported the certificate in the right JRE, but I looked into the Toolbox installation directory as you suggested and found the right path, which was for...
I used this command : `keytool -import -trustcacerts -alias zscaler -file "C:\Users\…\Zscaler Root CA.crt" -keystore C:\Users\%userprofile%\AppData\Local\Programs\IntelliJ IDEA Ultimate\jbr\lib\security\cacerts` It isn't a directory, but a keystore, the one used by the...
It seems to be related to groovy extension feature. No pb with groovy in 2.4.16 using groovy-all. Adding mergeGroovyExtensionModules doesn't help.