August
09/19/2025, 7:53 PM-<http://Djavax.net|Djavax.net>.ssl.trustStore=<home>/cacerts -<http://Djavax.net|Djavax.net>.ssl.trustStorePassword=changeit
) in:
• JAVA_OPTS env variable
• idea.vmoptions
• VM options in run
still, it's taken from projects java SDK.
The IntelliJ IDEA 2025.2.2 (Ultimate Edition), Build #IU-252.26199.169, built on September 18, 2025.
updated today, but on previous version, 2025.2.1 the same behaviour.
Adding the ssl debug result in:
javax.net.ssl|DEBUG|53|DefaultDispatcher-worker-12 @call-context#41|2025-09-19 21:40:47.152 CEST|TrustStoreManager.java:156|Inaccessible trust store: /<path>/.sdkman/candidates/java/<version>/lib/security/jssecacerts
javax.net.ssl|DEBUG|53|DefaultDispatcher-worker-12 @call-context#41|2025-09-19 21:40:47.156 CEST|TrustStoreManager.java:112|trustStore is: /<path>/.sdkman/candidates/java/<version>/lib/security/cacerts
I switch a lot between different sdk, and don't want to import all certs to multiply trust stores.Tim Hill
09/19/2025, 7:57 PMJDK_JAVA_OPTIONS=-<http://Djavax.net|Djavax.net>.ssl.trustStore=<home>/cacerts
. I’ve tried setting it in various gradle/maven settings as well, but none of those seem to workTim Hill
09/19/2025, 7:58 PMAugust
09/19/2025, 8:03 PMAugust
09/19/2025, 8:08 PMidea.vmoptions
should be recognised. thank you color again.Tim Hill
09/19/2025, 8:17 PM