Trusted Proxies / SSL Too Many Redirects

Slowly learning and rolling out first new install of Invoice Ninja 4.5.17 (on Apache) BEHIND a Reverse Proxy (using Nginx) w/ Let’s Encrypt Wildcard Certificate (known-working across in-production parent domain and other sub-domains).

Question is about “TRUSTED_PROXIES”, in “.env” there is (among other things):

REQUIRE_HTTPS=true
TRUSTED_PROXIES=* (this works inside and outside the local network, i.e. Client Portal)
TRUSTED_PROXIES=x.x.x.1/32,x.x.x.2/32 (this works inside but NOT outside the local network, i.e. Client Portal)

What should “TRUSTED_PROXIES” be set to?

Thank you for a marvelous application!

  • J

The setting would depend on your specific setup, sorry I can’t provide more help.