Solved: "forward-headers-strategy: native" not working

Hi,
We’ve got a Shiny Proxy server on port 8080 behind a load balancer. Certificates are installed on the LB, which listens on 443 and forwards to 8080.

Log on page on Shiny Proxy works, but after log in we’re redirected to plain http. Form what I’ve read, adding this to the top of application.yml should fix that:

server:
  forward-headers-strategy: native

Problem is, it doesn’t. We’re still redirected to http after logging on. What have I misunderstood?

Hello,
I’m havng the same issue. Did you you managed to solve it?

Regards,

Carlo

Hi,
There was some configuration issue on the load balancer I beleive.

1 Like