cas-projects / cas-sample-java-webapp

Sample Java web app protected by Java CAS client
149 stars 170 forks source link

Update doc to add info on self signed cas certs #8

Open dooblem opened 6 years ago

dooblem commented 6 years ago

I spent hours on this. Trying to add the cas server certificate in /etc/cas/jetty/thekeystore : no success. I also tried to separate the trust store in another file changing jetty.ssl.truststore.path : no success.

Always had the error : sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

Finally, adding it to the global keystore solved my problem.

NgSekLong commented 5 years ago

Wish I see this earlier, they should definitely merged this