when configuring tomcat with the https on CAS server:
<Connector protocol="org.apache.coyote.http11.Http11NioProtocol"
port="8443" SSLEnabled="true" maxThreads="200"
scheme="https" secure="true"
keystoreFile="/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.75.x86_64/jre/lib/security/cacerts"
keyAlias="casserver" keystorePass="changeit" clientAuth="false"
sslProtocol="TLS" />
cas server doesn't open on https
error message:
I have no error messages in /var/lib/tomcat7/logs/catalina.out
3 Answers:
Posted on March 24, 2015 at 11:03am
Is JasperServer using the same Java Home (i.e. using the same Keystore)? You can check wich JVM Jasperserver is using by logging in to your Jasperserver as Superuser and executing the Diagnostics report that is under /public/Diagnostics
I'm assuming you followed the setup instructions for CAS in the Authentication Cookbook specifically the section on setting up Java to trust your CAS Certificate http://community.jaspersoft.com/documentation/tibco-jasperreports-server... using the keytool to add the cert to the JVM