On Tue, 30 May 2017, Emilian Mitocariu wrote:
I have this message in my logs "Resource
https://192.168.0.122/index.php/apps/user_saml/saml/metadata does not exist
or is unreadable", and i think this problem may come from the fact that i
use a self-signed certificate on the server that CAS is trying to access.
Is there a way to make cas skip certificate checking (i know this is
insecure, this is just a testing environment) or to make it trust the
certificate?
Try loading your self-signed certificate into your Java keystore
(JAVA_HOME/jre/lib/security/cacerts by default).
Andy