KnownSslMode enum
Known values of SslMode that the service accepts.
Fields
| Prefer | Prefer SSL connection. If the server does not support SSL, the connection will be established without SSL. |
| Require | Require SSL connection. If the server does not support SSL, the connection will fail. |
| VerifyCA | Require SSL connection and verify the server certificate against the CA certificate. |
| VerifyFull | Require SSL connection, verify the server certificate against the CA certificate, and verify that the server hostname matches the certificate. |