Skip to content

Instantly share code, notes, and snippets.

@jvermillard
Created July 2, 2014 14:08
Show Gist options
  • Save jvermillard/6a8b58d00d50d28364f1 to your computer and use it in GitHub Desktop.
Save jvermillard/6a8b58d00d50d28364f1 to your computer and use it in GitHub Desktop.
Caused by: java.lang.ClassCastException: sun.security.ssl.X509TrustManagerImpl cannot be cast to com.sun.net.ssl.internal.ssl.X509ExtendedTrustManager
at com.sun.deploy.security.X509ExtendedDeployTrustManager.<init>(X509ExtendedDeployTrustManager.java:113)
at com.sun.deploy.net.protocol.https.Handler$Initializer$1.run(Handler.java:70)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.deploy.net.protocol.https.Handler$Initializer.<clinit>(Handler.java:40)
... 31 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment