You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Sergio Juan <sj...@gridsystems.com> on 2003/07/04 09:57:49 UTC

http connection to an https port?

Hi.

My webapp may be configured by the user to have its port set either as HTTP or HTTPS. The trouble is that a user who is not aware of how it is set tries to contact the HTTPS port with an HTTP connection, in his/her browser he/she can only see a little garbage.
There is any way to configure the tomcat so, if the user tries to reach it in an HTTPS port using an HTTP connection, it can be redirected to an error page? 

Thanks In Advance.

Sergio.