Module: Google::Cloud::AlloyDB::V1beta::SslConfig::SslMode
- Defined in:
- proto_docs/google/cloud/alloydb/v1beta/resources.rb
Overview
SSL mode options.
Constant Summary collapse
- SSL_MODE_UNSPECIFIED =
SSL mode is not specified. Defaults to ENCRYPTED_ONLY.
0- SSL_MODE_ALLOW =
SSL connections are optional. CA verification not enforced.
1- SSL_MODE_REQUIRE =
SSL connections are required. CA verification not enforced. Clients may use locally self-signed certificates (default psql client behavior).
2- SSL_MODE_VERIFY_CA =
SSL connections are required. CA verification enforced. Clients must have certificates signed by a Cluster CA, for example, using GenerateClientCertificate.
3- ALLOW_UNENCRYPTED_AND_ENCRYPTED =
SSL connections are optional. CA verification not enforced.
4- ENCRYPTED_ONLY =
SSL connections are required. CA verification not enforced.
5