On Fri, 12 Oct 2018 at 14:12, Mark Thomas <ma...@apache.org> 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:

   <Connector port="8080" protocol="HTTP/1.1"
      connectionTimeout="20000"
      SSLEnabled="false"
      scheme="https"
      secure="true"
    />

A bonus is that I now got forced use of SSL.

-- 
Venlig hilsen - best regards

Hans Schou

Reply via email to