Configuring SSL for MySQL Connector in Cloud Data Integration

Configuring SSL for MySQL Connector in Cloud Data Integration

MySQL Connection Properties

MySQL Connection Properties

Provide the MySQL properties and configure SSL for the MySQL connection. Specify the SSL protocol for the secure communication.
The following table describes the MySQL connection SSL properties:
Connection property
Description
Use SSL
Determines whether the Secure Agent establishes a secure connection to the MySQL database.
When you select this option and the database server supports SSL, the Secure Agent establishes an encrypted connection. If the MySQL database server does not support SSL, the connection either fails or the Secure Agent establishes an unencrypted connection depending on whether you enable or disable the
Require SSL
check box.
If you do not select the
Use SSL
check box, the Secure Agent attempts to establish an unencrypted connection.
Verify Server Certificate
If you select
Use SSL
and select this option, the client validates the server certificate that is sent by the database server.
Require SSL
Applicable only if you select
Use SSL
.
If you select the
Require SSL
check box, and the MySQL database supports SSL, the Secure Agent establishes an SSL connection.
If you select the
Require SSL
check box, and the MySQL database does not support SSL, the Secure Agent attempts to establish an SSL connection but fails.
If you clear the
Require SSL
check box, and the MySQL database does not support SSL, the Secure Agent establishes an unencrypted connection.
TLS Protocols
TLS protocols used for the secure communication when you select
Use SSL
.
You can select from the following protocols:
  • TLSv1
  • TLSv1.1
  • TLSv1.2
Default is TLSv1.2. The TLSv1 and TLSv1.1 protocols are not applicable.

0 COMMENTS

We’d like to hear from you!