Re: [cas-user] CAS Client Location (PKIX path building failed)

2018-02-20 Thread Kevin Liu
I have a keystore in /opt/tomcat/keystore that tomcat uses for SSL. I have another keystore in /etc/cas/thekeystore that cas uses. There is also another keystore in /usr/java/jre/lib/security/cacerts that I've imported certs into too. They are all using the same certs as I created a cert in

Re: [cas-user] CAS Client Location (PKIX path building failed)

2018-02-20 Thread Kevin Liu
Ray, I am trying to access /cas/status/dashboard from the tomcat server that's deploying the cas.war. Kevin On Tuesday, February 20, 2018 at 2:21:12 PM UTC-6, rbon wrote: > > Kevin, > > Are you accessing /cas/login or do you have a another application that is > configured to use CAS? > If a

Re: [cas-user] CAS Client Location (PKIX path building failed)

2018-02-20 Thread Ray Bon
Kevin, Are you accessing /cas/login or do you have a another application that is configured to use CAS? If a different application, is it running in the same tomcat as CAS or perhaps even on a different computer? Perhaps tomcat needs to have the certificate path in the https section of

Re: [cas-user] CAS Client Location (PKIX path building failed)

2018-02-20 Thread Kevin Liu
I did do that but I'm still getting the same error it seems. Is there anything I'd have to restart for the change to take effect? On Tuesday, February 20, 2018 at 11:39:47 AM UTC-6, rbon wrote: > > Kevin, > > If you are using a self signed cert, it must be added into the java > environment.

Re: [cas-user] CAS Client Location (PKIX path building failed)

2018-02-20 Thread Ray Bon
Kevin, If you are using a self signed cert, it must be added into the java environment. Something like: install self signed certificates in java certificate store (must be done for every java upgrade) sudo keytool -import -file /etc/ssl/certs/name_of.crt -alias name_of -keystore

Re: [cas-user] CAS Client Location (PKIX path building failed)

2018-02-20 Thread Kevin Liu
Where is the path specified? I don't remember running into this? On Tuesday, February 20, 2018 at 10:37:53 AM UTC-6, Manfredo Hopp wrote: > > Path to your certificate is not found > > El martes, 20 de febrero de 2018, Kevin Liu > escribió: > >> This is the error I keep

Re: [cas-user] CAS Client Location (PKIX path building failed)

2018-02-20 Thread Man H
Path to your certificate is not found El martes, 20 de febrero de 2018, Kevin Liu escribió: > This is the error I keep getting: > > Error: java.lang.RuntimeException: javax.net.ssl.SSLHandshakeException: > sun.security.validator.ValidatorException: PKIX path building