ssl Mode
Parameters
value
Specify how SSL connection should be enforced in DB connections. This field provides more SSL enforcement options compared to require_ssl
. To change this field, also set the correspoding value in require_ssl
.
For PostgreSQL instances, the value pairs are listed in the API reference doc for
ssl_mode
field.For MySQL instances, use the same value pairs as the PostgreSQL instances.
For SQL Server instances, set it to
ALLOW_UNENCRYPTED_AND_ENCRYPTED
whenrequire_ssl=false
andENCRYPTED_ONLY
otherwise.