-
Notifications
You must be signed in to change notification settings - Fork 426
Skip TLS verif for local address #2323
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
Conversation
PTAL at the failed tests @vadmeste |
If CONSOLE_MINIO_URL is pointing to 127.0.0.1, skip the TLS verificatin
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested, works fine, this verification will only apply if the provided IP is 127.0.0.1
Yes this must be done via server setting as well. MinIO must set this to local IP always for embedded console. // cc @vadmeste can you make this server change as well? |
If Console is talking locally to MinIO, skip the TLS verification if any.
This will allow users to avoid defining the correct MINIO_SERVER_URL domain
address, when TLS is enabled, useful in a bare-metal setup.