Jump to content
Changes to the Jaspersoft community edition download ×

Enable SSL for Jaspersoft 6.2 web server using a wildcard cert file


vchinni

Recommended Posts

I'm trying to enable SSL for Jaspersoft Web Server v6.2 having tomcat 8.5.x using a Wildcard cert file (*.pfx) that is currently implemented on apache tomcat  for an ITSM application. if it's possible to use the same cert file then could anyone please help me with the steps to implement SSL for Jaspersoft web server?

I have tried few options so far and no luck in enabling SSL for Jaspersoft. under $CATALINA_BASE/conf/server.xml file, where $CATALINA_BASE represents the base directory for the Tomcat instanc. See below, for your reference.

Option 1

<Connector SSLEnabled="true" clientAuth="false" enableLookups="false" keystoreFile="confxxx.pfx" keystorePass="xxx" keystoreType="PKCS12" maxThreads="200" port="8443" protocol="HTTP/1.1" scheme="https" secure="true" sslProtocol="TLS" sslEnabledProtocols="TLSv1,TLSv1.1,TLSv1.2"
 
ciphers="TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_ECDSA_WITH_AES_256_ 
CBC_SHA384,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_ECDSA_WITH_AES_256_C 
BC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256,TLS_ECDHE_ECDSA_WITH_AES_128_CB 
C_SHA256,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_ECDSA_WITH_AES_128_CBC 
_SHA,TLS_RSA_WITH_AES_256_CBC_SHA256,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_RSA_WI 
TH_AES_128_CBC_SHA256,T0LS_RSA_WITH_AES_128_CBC_SHA"
/>
 
Option 2 - Using a self-signed cert import
<Connector port="8443" protocol="org.apache.coyote.http11.Http11NioProtocol"
               maxThreads="150" SSLEnabled="true" scheme="https" secure="true"
               clientAuth="false" sslProtocol="TLS"
                keystoreFile="E:/keystore"
                keystorePass="jasper" />
 
Thank You!
 
Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Popular Days

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...