Skip to content
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

fix: set client CAs for mTLS auth #437

Merged
merged 1 commit into from
Feb 9, 2024
Merged

Commits on Jan 21, 2024

  1. fix: set client CAs for mTLS auth

    The new TLS config introduced in PR minio#414 does not set client CAs.
    So when enabling mTLS authentication, client requests fail with
    `certificate signed by unknown authority`.
    This commit fixes this by using the root CAs also for
    authenticating mTLS clients.
    
    Ref: minio#414
    lu1as committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    7fd5b5e View commit details
    Browse the repository at this point in the history