Skip to content

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

Merged
merged 4 commits into from
Oct 17, 2022
Merged

Skip TLS verif for local address #2323

merged 4 commits into from
Oct 17, 2022

Conversation

vadmeste
Copy link
Member

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.

harshavardhana
harshavardhana previously approved these changes Sep 23, 2022
@harshavardhana
Copy link
Member

PTAL at the failed tests @vadmeste

Anis Elleuch added 2 commits October 10, 2022 09:38
If CONSOLE_MINIO_URL is pointing to 127.0.0.1, skip the TLS verificatin
Copy link
Contributor

@Alevsk Alevsk left a 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

@harshavardhana
Copy link
Member

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants