tags:

views:

18

answers:

1

Hi All,

I am trying to setup ssl in tomcat.

I have googled many websites, some told to add keystore file path in the connector tag in server.xml file. and sone not.

I followed many tutorial, but while typing the url, it is keep on loading, and it could not catch the application.

Please teach me how to set up https site in tomcat. Thanks

A: 

I recommend following the official documentation on the subject: http://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html

This has worked for me in the past.

Bernard