exoframejs / exoframe

Exoframe is a self-hosted tool that allows simple one-command deployments using Docker
https://exoframejs.github.io/exoframe/
1.13k stars 56 forks source link

Handle access to server via non-secure endpoint when it's deployed as secure #313

Open yamalight opened 2 years ago

yamalight commented 2 years ago

If exoframe-server is deployed via https, you can still access it using http. But apparently it causes some weird issues (see #312). It should be possible to address this either by warning a user or forcing https in config (if we detect redirect on auth).