|
With a fresh installation of Nuxeo 5.5, I want to authenticate users with CAS. I follow tutorials and forum about installation of this module. When I connect to Nuxeo, I come to CAS login form. But when form is submit, my browser show this error. Erreur 310 (net::ERR_TOO_MANY_REDIRECTS) : Trop de redirections The log of Tomcat is follow :
I have import my certificat to a private keystore that I have mentionned in file nuxeoctl.bat. I add these arguments to command line : "-Djavax.net.debug=ssl -Djavax.net.ssl.keyStore=cas.cacerts -Djavax.net.ssl.keyStorePassword=password". But I have alway the same result. How can I configure CAS properly in order to authenticate users with it ? How can I show what keystore it is used ? Thank's in advance |
|
|
I copy the exception to google and I found that: https://blogs.oracle.com/gc/entry/unable_to_find_valid_certification This means the CAS server is httpsified and the certificate is not trusted by your JVM. So you must add the certificate to the trust store. If I'm right :D regards, |
|
|
Thank's bjalon for your answer. I have already add certificate to a personal trust store and path of this trust store in nuxeo configuration. But errors was always the same. I finally found what trust store Java runtime use and modify it. The problem was solved now. |
|