Re: Tomcat/manager/ disable redirect from HTTPS to HTTP

2018-10-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hans, On 10/15/18 03:17, Hans Schou wrote: > On Fri, 12 Oct 2018 at 14:12, Mark Thomas > wrote: > >> >> For the HTTP connector processing proxied traffic originally >> received over HTTPS you want: SSLEnabled="false" scheme="https" >> secure="tr

Re: Tomcat/manager/ disable redirect from HTTPS to HTTP

2018-10-15 Thread Hans Schou
On Fri, 12 Oct 2018 at 14:12, Mark Thomas wrote: > > For the HTTP connector processing proxied traffic originally received > over HTTPS you want: > SSLEnabled="false" > scheme="https" > secure="true" > Thanks, this one is working exactly as expected: A bonus is that I now got forced use of

Re: Tomcat/manager/ disable redirect from HTTPS to HTTP

2018-10-12 Thread Mark Thomas
On 12/10/18 12:18, Hans Schou wrote: > Hi > > I have a Tomcat 8.5 with Java 1.8 on Windows with Nginx reverse proxy. > > When I access https://joe:p4zzw...@example.org/manager/ the request goes to > Nginx, which proxy_pass it to http://srv321.local:8080/ > > Authentication appears right away but

Tomcat/manager/ disable redirect from HTTPS to HTTP

2018-10-12 Thread Hans Schou
Hi I have a Tomcat 8.5 with Java 1.8 on Windows with Nginx reverse proxy. When I access https://joe:p4zzw...@example.org/manager/ the request goes to Nginx, which proxy_pass it to http://srv321.local:8080/ Authentication appears right away but the first response from Tomcat is Location: http:/