Bug #60986 | How to check which SSL Cipher is used by slave IO thread connection | ||
---|---|---|---|
Submitted: | 27 Apr 2011 15:17 | Modified: | 6 Aug 2015 14:51 |
Reporter: | Leandro Morgado | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S3 (Non-critical) |
Version: | 5.1, 5.5 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[27 Apr 2011 15:17]
Leandro Morgado
[27 Apr 2011 16:50]
MySQL Verification Team
i assume this means we have a docs bug also? http://dev.mysql.com/doc/refman/5.5/en/slave-logs-status.html "Master_SSL_Cipher The name of the cipher in use for the SSL connection"
[28 Apr 2011 8:57]
Leandro Morgado
Shane, the Docs Team is dealing with making the needed corrections to the manual. Thanks for alerting us.
[28 Apr 2011 9:04]
Jon Stephens
Updated description of Master_SSL_Cipher column in docs; see http://lists.mysql.com/commits/136276
[6 Aug 2015 14:51]
Todd Farmer
This feature request is implemented in 5.7.8, as cipher information can be obtained via the PERFORMANCE_SCHEMA.STATUS_BY_THREAD table. This is described in more detail in the following blog post: http://mysqlblog.fivefarmers.com/2015/08/05/identifying-which-connections-are-secure/