mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
Basic Security Not working on REVERSE-PROXY App #131
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @EcoPersona on 1/29/2025
CloudPanel version(s) affected
v2.5.0
Description
Installed Mailcow dockerized, and placed it behind reverse proxy. The basic Security works on mail.domain.tld and allows login.
When enabled and user attempts to go to https://mail.domain.tld/SOGo/ user is shown Nginx 401 page.
How to reproduce
Install reverse proxy and attempt to go to any page behind basic security. It will throw a 401 even though credentials were correct.
Possible Solution
No response
Additional Context
No response