We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I follow the example from the documentation:
[entryPoints] [entryPoints.http] address = ":80" [entryPoints.http.auth.basic] users = ["test2:traefik:518845800f9e2bfb1f1f740ec24f074e"]
I get the error: Error starting server: Error parsing Authenticator user: test2:traefik:518845800f9e2bfb1f1f740ec24f074e"
based on the code, I tried to replace entryPoints.http.auth.basic by entryPoints.http.auth.digest. With this it seems to works
(I forgot to mention I am using the docker image traefik:v1.1.0)
The text was updated successfully, but these errors were encountered:
Fixed by #900
Sorry, something went wrong.
No branches or pull requests
When I follow the example from the documentation:
I get the error:
Error starting server: Error parsing Authenticator user: test2:traefik:518845800f9e2bfb1f1f740ec24f074e"
based on the code, I tried to replace entryPoints.http.auth.basic by entryPoints.http.auth.digest.
With this it seems to works
(I forgot to mention I am using the docker image traefik:v1.1.0)
The text was updated successfully, but these errors were encountered: