-
-
Notifications
You must be signed in to change notification settings - Fork 90
Troubleshooting
Gareth Latty edited this page Dec 21, 2015
·
3 revisions
If you see this exception when attempting to add a deck to the game:
sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
It might be due to Java not recognising the root CA that Cardcast is using. This could be because Java doesn't have the root CA's certificate installed in its default keystore. To fix this you can follow the steps on this page: http://magicmonster.com/kb/prg/java/ssl/pkix_path_building_failed.html to add a new root CA to Java. This only appears to be on some platforms and versions of Java.
If you are having problems, please raise an issue