In terminal, app run fine, but via IntelliJ IDEA I get this exception
sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to
how to config Intelij by valid certificate?
Finally I found my fault. I had configured cacert file in Java/JRE/ root, that should be configured into java/JDK/jre root.
cacert
Java/JRE/
java/JDK/jre
2.1m questions
2.1m answers
60 comments
57.0k users