MySQLSetOption
SslMode
Name |
Description |
establish an unencrypted connection. |
|
establish an encrypted connection if the server supports encrypted connections, falling back to an unencrypted connection if an encrypted connection cannot be established. |
|
establish an encrypted connection if the server supports encrypted connections. The connection attempt fails if an encrypted connection cannot be established. |
|
Like REQUIRED, but additionally verify the server Certificate Authority (CA) certificate against the configured CA certificates. The connection attempt fails if no valid matching CA certificates are found. |
|
Like VERIFY_CA, but additionally perform host name identity verification by checking the host name the client uses for connecting to the server against the identity in the certificate that the server sends to the client. |