I want to redirect http to https in apache2 tomcat

Hi
I want to secure my camunda-tomcat server with SSL, I want to redirect my website from http to https.

Thanks.

Please consult the Tomcat documentation. This is not Camunda-specific.

Cheers,
Thorben

Thanks you so much for you support.

This should be straight forward in Apache Tomcat.

Follow these steps:

  1. Create Keystore using Java keytool.
  2. Edit your server.xml file sitting under conf directory. Enable SSL to true.

Try the below link. It has step by step details:

http://www.thegeekstuff.com/2011/09/ssl-for-tomcat-server/

2 Likes

Thank you so much @aqaadi

Solved my HTTPS configuration.