Jump to content
Changes to the Jaspersoft community edition download ×

Configuring CAS with Jaspersoft AWS version giving error


mc.bechara

Recommended Posts

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

Link to comment
Share on other sites

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

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 

Screenshot2015-03-2413_00_51.png.e4fb023d92b35da1e96a6ee5af434dbc.png

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-authentication-cookbook/v601/configuring-java-trust-cas on using the keytool to add the cert to the JVM

Link to comment
Share on other sites

  • 4 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...