Skip to main content

AdfMySqlLinkedServiceSslMode Enumeration

AdfMySqlLinkedServiceSslMode Enumeration

The AdfMySqlLinkedServiceSslMode enumeration provides options for how a MySql connection will negotiate SSL.

Enumeration Values

NameSummary
Disabled
Specifies that SSL should not be used.
Preferred
Specifies that using SSL is the preference for the connection.
Required
Specifies that SSL must be used for the connection.
Verify_ca
Specifies that SSL must be used for the connection and that the server's certificate must be verified.
Verify_identity
Specifies that SSL must be used for the connection and that the server's certificate with host's name must be verified.