Problem:
I'm getting a thrown error from javax.net.ssl.SSLHandshakeException (see attached picture)

Is it possible for Java to have a corrupt or missing CA cert? If so how can I repair or resolve this issue/error?
Things I've Tried:
- I have removed all versions of JRE from the PC and installed the latest version of JRE (1.6.14).
- Cleaned and removed all unnecessary Trusted Cert's from the User section of Certificates.
- Try running keytool to get the fingerprints of the CA's
When trying to run the keytool I'm getting the following:
keytool error: java.security.cert.CertificateParsingException: java.io.IOException: subject key, java.security.spec.InvalidKeySpecException: Unknown key spec.
