[GH-ISSUE #17] Checking authentication... #18

Closed
opened 2026-02-26 05:33:02 +03:00 by kerem · 5 comments
Owner

Originally created by @Aerya on GitHub (Sep 11, 2018).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/17

Hi,

Don't really know if it's about this (awesome) proxy or on the other side but trying to use it with Cardigann (and Nginx auth) I got this error: Checking authentication...
Cardigann source: https://hub.docker.com/r/linuxserver/cardigann/
Nginx-proxy-manager: https://i.imgur.com/nRCh4ZX.png
Nginx auth (working with my others containers):
auth_basic "Restricted Content";
auth_basic_user_file /data/htpasswd/cardigann;

Originally created by @Aerya on GitHub (Sep 11, 2018). Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/17 Hi, Don't really know if it's about this (awesome) proxy or on the other side but trying to use it with Cardigann (and Nginx auth) I got this error: ```Checking authentication...``` Cardigann source: https://hub.docker.com/r/linuxserver/cardigann/ Nginx-proxy-manager: https://i.imgur.com/nRCh4ZX.png Nginx auth (working with my others containers): ``` auth_basic "Restricted Content";``` ``` auth_basic_user_file /data/htpasswd/cardigann;```
kerem closed this issue 2026-02-26 05:33:02 +03:00
Author
Owner

@jc21 commented on GitHub (Sep 11, 2018):

Just to clarify, are you using an Access List in NPM for this Proxy Host, or are your putting those auth_basic lines in the Advanced config for the Proxy Host? Or as part of Cardigan itself?

<!-- gh-comment-id:420161066 --> @jc21 commented on GitHub (Sep 11, 2018): Just to clarify, are you using an Access List in NPM for this Proxy Host, or are your putting those `auth_basic` lines in the Advanced config for the Proxy Host? Or as part of Cardigan itself?
Author
Owner

@Aerya commented on GitHub (Sep 11, 2018):

I use the advanced config on the proxy host. It works well for all containers (Wordpress, Jackett, Medusa...) but have this error for Cardigann. That's why I wonder if its on "your" side or Cardiganns.

<!-- gh-comment-id:420163693 --> @Aerya commented on GitHub (Sep 11, 2018): I use the advanced config on the proxy host. It works well for all containers (Wordpress, Jackett, Medusa...) but have this error for Cardigann. That's why I wonder if its on "your" side or Cardiganns.
Author
Owner

@jc21 commented on GitHub (Sep 11, 2018):

I highly doubt it's NPM's side. I run other services that have built in basic auth behind NPM without issue as well. In some cases I also disable auth for the service and only use NPM for auth.

The best way to test is to hit Cardigan directly and see if auth is still failing

<!-- gh-comment-id:420164070 --> @jc21 commented on GitHub (Sep 11, 2018): I highly doubt it's NPM's side. I run other services that have built in basic auth behind NPM without issue as well. In some cases I also disable auth for the service and only use NPM for auth. The best way to test is to hit Cardigan directly and see if auth is still failing
Author
Owner

@Aerya commented on GitHub (Sep 11, 2018):

Thanks, I'm discovering Cardigann, I'll look for its own auth process.

<!-- gh-comment-id:420343628 --> @Aerya commented on GitHub (Sep 11, 2018): Thanks, I'm discovering Cardigann, I'll look for its own auth process.
Author
Owner

@Aerya commented on GitHub (Sep 23, 2018):

Cardigann is a totally f*cked tool. Not on your side. Thanks for support anyway.

<!-- gh-comment-id:423804433 --> @Aerya commented on GitHub (Sep 23, 2018): Cardigann is a totally f*cked tool. Not on your side. Thanks for support anyway.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-proxy-manager-NginxProxyManager#18
No description provided.