pujitha.pentapati Posted January 18, 2017 Posted January 18, 2017 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. TIAPujitha
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now