SslMode
The different values for the sslmode parameter provide different levels of
protection. See more information in Protection
Provided in Different Modes.
Name |
Description |
only try a non-SSL connection. |
|
first try a non-SSL connection; if that fails, try an SSL connection. |
|
first try an SSL connection; if that fails, try a non-SSL connection. |
|
only try an SSL connection. If a root CA file is present, verify the certificate in the same way as if verify-ca was specified. |
|
only try an SSL connection, and verify that the server certificate is issued by a trusted certificate authority (CA). |
|
only try an SSL connection, verify that the server certificate is issued by a trusted CA and that the requested server host name matches that in the certificate. |