-
Notifications
You must be signed in to change notification settings - Fork 297
New issue
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
401 invalid Login (docker compose, nginx proxy) #3410
Comments
Please refer to the official docker compose example. This looks TLS/Proxy config may be incorrect. Please check https://github.com/minio/minio/tree/master/docs/orchestration/docker-compose |
Hi, thank you for your answer. I removed all of the environment variables and default settings actually works. Now I added :
And again back to 401 |
yeah it means that minio.domain.com first must be resolvable from outside world to inside the container.
This ENV is not useful anymore.
This domain must be resolvable from outside world inside the container |
Removed the MINIO_BROWSER_REDIRECT_URL, domain is resolvable from the outside world. Using letsencrypt certificate. Still, 401. Also tried
Same 401. |
Managed to get it working.
One question though ; should this work as well?
|
NOTE
Please subscribe to our paid subscription plans for 24x7 support from our Engineering team.
Expected Behavior
Should be able to login to minio web console
Current Behavior
Console opens but I get invalid login 401
Your Environment
minio --version
):uname -a
):Console opens no errors in F12. I get red invalid login banner and I see 401 in the F12. Username and password are copy/pasted from 'mc config host add' command where I can successfully add the host.
Don't know what else to try.
Note: yes, https is better, safer, trying to narrow down the issue as much as possible.
The text was updated successfully, but these errors were encountered: