Re: [cas-user] LDAP: UnknownHostException

2019-08-12 Thread Warren White
A couple of things come to light: [Root exception is javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target] Which would indicate either the cert is not imported corre

Re: [cas-user] LDAP: UnknownHostException

2019-07-22 Thread tnbreitkreutz
Hi, in development environment the error is gone. Maybe the LDAP had some issues while I was trying to connect. Whatever. I created a new project and took some of the old config, some not.. but I'm still getting an error. Error message is attached in file ad-error.txt (it's quite long...). *

Re: [cas-user] LDAP: UnknownHostException

2019-07-15 Thread David Malia
What the exception is really saying is that there is no known server with the name "adlocal.lan" If "nslookup adlocal.lan" doesn't return the IP of the server, you have some networking you might need to change or change the ldap URL to a resolvable address. On Mon, Jul 15, 2019 at 9:57 AM tnbre

[cas-user] LDAP: UnknownHostException

2019-07-15 Thread tnbreitkreutz
Hi, I've been trying to get CAS 6 with LDAP working for a while now And in the abscence of a good/complete tutorial/walkthrough for beginners I'm quite disenchanted. Currently I'm back to trying to build a working instance locally as deploying is way too time-consuming, as it keeps throwing er