Traefik Middleware "Auth" issue

panzerscope

Contributor
Joined
May 30, 2022
Messages
146
Hey guys,

So I have exposed my plex service to the web via HTTPS and all works well. I now want to protect the webpage with a basic security auth windows that requests a username and password. I attempted to do this with Traefik as it has the option.

When I browse to my plex service, I get the username/password prompt as expected. However when I enter the credentials, the prompt just refreshes and resets the fields. I thought perhaps I had put the credentials incorrectly, but after many tries, I cannot get passed the prompt, as displayed below.

1704659559218.png


Any ideas why ? Should I be using something else to get what I need?

Thanks,
P
 

panzerscope

Contributor
Joined
May 30, 2022
Messages
146
Hey guys,

Seems that something was stuck as restarting middleware seems to have resolved this issue. So if you have an issue like I did, in shell, run service middlewared restart
 
Top