You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.
When using Clippy on my Mac I encountered an exception like below:
[info] Unable to load/store local Clippy advice due to: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
The JVM information is:
$ java -version
java version "1.8.0_25"
Java(TM) SE Runtime Environment (build 1.8.0_25-b17)
Java HotSpot(TM) 64-Bit Server VM (build 25.25-b02, mixed mode)
I believe the root cause is not Clippy's since it works fine on another computer of mine (which is running on Linux with Java 8 and the same Clippy global settings). Unfortunately I really don't know how to add the certification correctly after googling. Can you provide some hints?
I also noticed another issue regarding Clippy advice #49 but that seems different.
The text was updated successfully, but these errors were encountered:
When using Clippy on my Mac I encountered an exception like below:
The JVM information is:
I believe the root cause is not Clippy's since it works fine on another computer of mine (which is running on Linux with Java 8 and the same Clippy global settings). Unfortunately I really don't know how to add the certification correctly after googling. Can you provide some hints?
I also noticed another issue regarding Clippy advice #49 but that seems different.
The text was updated successfully, but these errors were encountered: