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

Add sslmode=verify-full connection string expansion. #4418

Closed

Commits on May 17, 2024

  1. Add sslmode=verify-full connection string expansion.

    This query param is used by postgres and cockroachdb
    to verify to force a secure connection,
    verify that the server certificate is signed by a known CA,
    and verify that the server address matches that specified in the certificate.
    
    This requires setting various complex ssl options that
    we can do for the user automatically.
    
    mysql also uses the sslMode terminology for their ssl options,
    so I believe this can also align there as well.
    chrismccord committed May 17, 2024
    Configuration menu
    Copy the full SHA
    2288457 View commit details
    Browse the repository at this point in the history