All MySQL Server instances belonging to InnoDB Cluster have SSL configured and enabled. You must configure InnoDB Cluster to use SSL for group communication. Which two statements are true? (Choose two.)
A.
SSL group communication must be enabled at cluster creation time by specifying createCluster ({memberSslMode: 'REQUIRED'}).
B.
Configuring SSL group communication also configures SSL distributed recovery.
C.
An existing InnoDB Cluster must be dissolved and created from scratch to enable SSL for group communication.
D.
SSL group communication can be enabled for an existing cluster, one instance at time, by setting group_replication_ssl_mode.
E.
If only some InnoDB Cluster members are enabled for SSL group communication, and --ssl-mode=PREFERRED, communication will fall back to unencrypted connection.
F.
SSL group communication requires the use of an additional set of parameters group_replication_recovery_*.
e. The SSL mode of a cluster can only be set at the time of creation. The memberSslMode option is a string that configures the SSL mode to be used, it defaults to AUTO. The following modes are supported
upvoted 1 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Dhanushka
6 months ago