You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Tim Funk <fu...@joedog.org> on 2003/09/11 20:49:10 UTC

Re: How do I force manager to use https?

For the love of god (or for others, God) kill me now! (There will some who 
know what I'm talking about)

http://jakarta.apache.org/tomcat/faq/security.html#https

-Tim

gawkboyrules wrote:

> How do I force the manager web application to use https?  I would like to be able to use ant to remotely deploy to tomcat, but I don't want to pass the code over the internet unencrypted.
> 
> The documentation is fairly straight-forward concerning how to enable the SSL Connector.  What I can't figure out is how to make sure the manager application requires a secure connection.
> 
> Can anyone provide some guidance here?
> 
> I should mention that I am running tomcat standalone, without Apache or any other web server in front of it.