Bug #101892 | mysqlsh does not support all SSL modes for group replication | ||
---|---|---|---|
Submitted: | 7 Dec 2020 12:38 | Modified: | 25 Feb 2021 14:17 |
Reporter: | Eduardo Ortega | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Shell AdminAPI InnoDB Cluster / ReplicaSet | Severity: | S4 (Feature request) |
Version: | 8.0.22 | OS: | CentOS |
Assigned to: | CPU Architecture: | Any |
[7 Dec 2020 12:38]
Eduardo Ortega
[10 Dec 2020 12:28]
MySQL Verification Team
Sure Eduardo,let me request concern team to fix this. regards, Umesh
[25 Feb 2021 14:17]
David Moss
Thank you for your feedback, this has been fixed in upcoming versions and the following was added to the 8.0.24 change log: The memberSslMode option did not support the VERIFY_CA and VERIFY_IDENTITY modes for the following operations: dba.createCluster() Cluster.addInstance() Cluster.rejoinInstance() Now, the memberSslMode option supports these modes, and when they are used there is a validation to ensure that the CA certificates are supplied. If you choose to use the VERIFY_CA or VERIFY_IDENTITY mode, on each cluster instance you must manually supply the CA certificates using the ssl_ca and/or ssl_capath option. For more information, see Securing your Cluster. Thanks to Daniƫl van Eeden for the contribution.