Jump to content

Recommended Posts

Posted

Hi all,

I am trying to configure SSL for JasperServer.

I created a self-signed keystore using keytool and added the following lines in server.xml :

<Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true" maxThreads="150" scheme="https" secure="true" clientAuth="false" sslProtocol="TLS" keystoreFile="Test.keystore" keystorePass="password" />

Whenever I hit the https url, browser is throwing an error -  ERR_SSL_VERSION_OR_CIPHER_MISMATCH.

I am using jasper pro and the tomcat version embedded is 7.0.70.

Please help me resolve the above error.

 

TIA

Pujitha

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

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