posted by SpringSource on April 8, 2010 08:15 AM
Moving a running service from HTTP to HTTPS involves creating a certificate keystore and editing the Tomcat configuration file.
Taking a service from running on an HTTP protocol on port 8080 to run on the HTTPS protocol on port 443 requires you to have a private key and signed certificate in place in order for the HTTPS connector to work. You will need to prepare the certificate keystore, edit the Tomcat configuration file and install the certificate on the target machine.
Please refer to the following official Tomcat documentation in properly configure the HTTPS connector:
http://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html.
For more than 10 years, SpringSource employees have been supporting Apache technologies, with unparalleled experience and commitment to the Apache Software Foundation. More than 400 of the Fortune 500 count on SpringSource to support their mission-critical business applications. Leaders of the Apache Software Foundation, including Board Members, work at SpringSource and dedicate a significant amount of time further developing the Apache Tomcat open source project. Over the last 2 years, 95% of the issues fixed in the Apache Tomcat project were fixed by SpringSource engineers. For more information on how SpringSource can help your enterprise, see the
SpringSource website, or call 800/444-1935.
Comments
Post new comment