fief-dev / fief

Users and authentication management SaaS
https://www.fief.dev
Other
488 stars 42 forks source link

auth.css served via http #178

Closed emsi closed 1 year ago

emsi commented 1 year ago

I've setup self-hosted fief using provided docker-compose.yaml. My reverse proxy is providing SSL with Letsencrypt so I'm accessing fief via https (frankly it's odd that the production deployment documentation does does http by default).

When I try to load the login page the auth.css is retrieved via http rather than https which causes the page to fail.

image

Configuration

image