SSL connections are optional. CA verification not enforced.
AllowUnencryptedAndEncrypted
SSL connections are optional. CA verification not enforced.
EncryptedOnly
SSL connections are required. CA verification not enforced.
Require
SSL connections are required. CA verification not enforced.
Clients may use locally self-signed certificates (default psql client
behavior).
Unspecified
SSL mode is not specified. Defaults to ENCRYPTED_ONLY.
VerifyCa
SSL connections are required. CA verification enforced.
Clients must have certificates signed by a Cluster CA, for example, using
GenerateClientCertificate.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The webpage provides reference documentation for the `SslConfig.Types.SslMode` enum within the AlloyDB v1 API."],["This enum defines various SSL mode options, including `Allow`, `AllowUnencryptedAndEncrypted`, `EncryptedOnly`, `Require`, `Unspecified`, and `VerifyCa`."],["Each SSL mode option has a distinct behavior, specifying whether SSL connections are optional or required and if CA verification is enforced."],["The latest version of this documentation is 1.9.0 and this page contains historical information back to version 1.0.0."]]],[]]