Tomcat Http and Https on the same port
Posted
by Ofri Dagan
on Stack Overflow
See other posts from Stack Overflow
or by Ofri Dagan
Published on 2010-05-13T13:00:28Z
Indexed on
2010/05/13
13:04 UTC
Read the original article
Hit count: 240
Hi, I have a web-service endpoint and a http connector on port X. At some point this endpoint needs to switch to https, but on the same port! (I know this is not the normal way of doing things, but this is what my clients expect from an old server they are using...)
Is there a way to do it in tomcat?
© Stack Overflow or respective owner