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

feat: Add tls_invalid_certificates argument #742

Merged
merged 1 commit into from
Apr 17, 2024
Merged

feat: Add tls_invalid_certificates argument #742

merged 1 commit into from
Apr 17, 2024

Commits on Apr 17, 2024

  1. feat: Add tls_invalid_certificates argument

    Since 7.0.6, when CAFile nor clusterCAFile is provided, the server refuses to start.
    
    https://jira.mongodb.org/browse/SERVER-72839
    
    Servers having self-signed certificates must define:
    * `tlsUseSystemCA` (via `set_parameters`)
    * `net.tls.allowInvalidCertificates`
    
    https://www.mongodb.com/docs/manual/reference/configuration-options/#mongodb-setting-net.tls.allowInvalidCertificates
    
    This commit enables `net.tls.allowInvalidCertificates` via `tls_invalid_certificates`.
    
    Signed-off-by: Julien Riou <[email protected]>
    jouir authored and h-haaks committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    aa19caf View commit details
    Browse the repository at this point in the history