- How to fix unable to find valid certification path to requested target in IntelliJ?
- What does Cannot find valid certification path to requested target?
- How to resolve certificate error in IntelliJ?
How to fix unable to find valid certification path to requested target in IntelliJ?
To resolve it, you must add the certificate to the Truststore that IntelliJ is using.
What does Cannot find valid certification path to requested target?
This error occurs when you are trying to establish a connection over SSL to a remote site. Certificates signed by root or intermediate authority ensure that the website the user is visiting is legitimate.
How to resolve certificate error in IntelliJ?
File -> Setting -> Tools -> Server Certificates -> Check mark on "Accept non-trusted certificates automatically" thats it!!