Re: [jetty-users] regular https and proxied htps at the same time

2021-03-10 Thread Paul B. Henson
Never mind on this, sorry. I was being lazy and doing some initial testing without using the proxy module to make sure redirects were going to work. After I actually went to the trouble of setting up the front end proxy and testing via it, I discovered that the proxy module does the necessary

Re: [jetty-users] regular https and proxied htps at the same time

2021-03-10 Thread Paul B. Henson
Ok, I have this working and have a second SSL instance on port 8443. But I'm having an issue with redirects; when I issue a request to the instance on port 8443 that results in a redirect, it includes the port 8443 in the URL: curl -v -k https://server:8443/images [...] < HTTP/1.1 302 Found <