I updated to the latest version it broke my reverse proxy. I am using letsencrypt add on. THis is my config
http:
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
use_x_forwarded_for: true
trusted_proxies:
- 127.0.0.1
- 192.168.10.0/24
What did I miss?
I have tried putting the subnet without /24 too