Re: Unable to get http redirect to https on Apache Tomcat 8.5.57

2020-09-15 Thread Lee Jarvis
Original message From: Mark Thomas Date: 9/14/20 3:30 PM (GMT-05:00) To: users@tomcat.apache.org Subject: Re: Unable to get http redirect to https on Apache Tomcat 8.5.57 On 14/09/2020 20:22, Lee Jarvis wrote:> Hi all,>  > I’m trying to implement SSL and have

Re: Unable to get http redirect to https on Apache Tomcat 8.5.57

2020-09-15 Thread Lee Jarvis
Original message From: Mark Thomas Date: 9/14/20 3:30 PM (GMT-05:00) To: users@tomcat.apache.org Subject: Re: Unable to get http redirect to https on Apache Tomcat 8.5.57 On 14/09/2020 20:22, Lee Jarvis wrote:> Hi all,>  > I’m trying to implement SSL and have

Re: Unable to get http redirect to https on Apache Tomcat 8.5.57

2020-09-14 Thread Mark Thomas
On 14/09/2020 20:22, Lee Jarvis wrote: > Hi all, >   > I’m trying to implement SSL and have defined a connector on ports 8080 and > 8443. I can connect to either port, but I want any incoming HTTP on 8080 to > be redirected to the HTTPS port on 8443, but that’s not happening as I have > things c

Unable to get http redirect to https on Apache Tomcat 8.5.57

2020-09-14 Thread Lee Jarvis
Hi all,   I’m trying to implement SSL and have defined a connector on ports 8080 and 8443. I can connect to either port, but I want any incoming HTTP on 8080 to be redirected to the HTTPS port on 8443, but that’s not happening as I have things configured below. What am I missing?         Thank

Unable to get http redirect to https on Apache Tomcat 8.5.57

2020-09-14 Thread Lee Jarvis
Hi all,   I’m trying to implement SSL and have defined a connector on ports 8080 and 8443. I can connect to either port, but I want any incoming HTTP on 8080 to be redirected to the HTTPS port on 8443, but that’s not happening as I have things configured below. What am I missing?         Thank