Bug #85950 master_ssl_verify_server_cert must be deprecated and new option is required
Submitted: 14 Apr 2017 13:11
Reporter: Mikiya Okuno Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: Replication Severity:S3 (Non-critical)
Version:8.0.1 OS:Any
Assigned to: CPU Architecture:Any

[14 Apr 2017 13:11] Mikiya Okuno
Description:
As of MySQL 5.7.11, --ssl-verify-server-cert option is deprecated and switched to a new option --ssl-mode. However, MASTER_SSL_VERIFY_SERVER_CERT still remains in CHANGE MASTER TO command. IMHO, CHANGE MASTER TO command also follow same convension.

How to repeat:
n/a

Suggested fix:
MASTER_SSL_MODE is preferable for new option name in CHANGE MASTER TO command. The option must accept same arguments as --ssl-mode option: PREFERRED, DISABLED, REQUIRED, VERIFY_CA, and VERIFY_IDENTITY.
[4 Feb 2018 14:46] Daniƫl van Eeden
Related:
Bug #89519 	Documentation for SSL/TLS and replication is incomplete for 8.0