-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NoClassDefFoundError TrustMaterial #1
Comments
I got the same exception. Any idea?. |
I found that I had no /etc/ssl/certs/java/cacerts file within my java installation. Very strange. Once I copied from another same installation, everything was ok. |
The ca.juliusdavies:not-yet-commons-ssl:0.3.9 in spring-security-saml2-core:1.0.1.RELEASE dependency only support two keystore types: jks and pkcs12. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I followed all the instructions and I'm still getting this exception:
Any idea?
The text was updated successfully, but these errors were encountered: