We are setting the location of the cacert
in the vmoptions
file using an IntelliJ built-in path variable, specifically $USER_HOME
.
bash
Copy
-Djavax.net.ssl.trustStore=$USER_HOME/Library/Application Support/JetBrains/IdeaIU/ssl/cacerts
However, it seems that IntelliJ IDEA 2024 does not recognize $USER_HOME
. Any suggestions on how to fix this issue would be greatly appreciated.
Thanks!