Bug #75370 | Indicate if SSL is used for replication | ||
---|---|---|---|
Submitted: | 1 Jan 2015 10:43 | Modified: | 6 Aug 2015 14:46 |
Reporter: | Daniël van Eeden (OCA) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S4 (Feature request) |
Version: | 5.6.19 | OS: | Any |
Assigned to: | Todd Farmer | CPU Architecture: | Any |
Tags: | replication, SSL, tls |
[1 Jan 2015 10:43]
Daniël van Eeden
[2 Jan 2015 19:10]
Todd Farmer
Hi Daniel, Thanks for the feature request! Would you be OK if this information was found somewhere *other* than SHOW SLAVE STATUS? I ask because I'm interested in seeing connection type information exposed for all connections (in PROCESSLIST and P_S tables). I'm curious whether this would be sufficient for your needs, or whether this information needs to be duplicated into SHOW SLAVE STATUS? Thanks!
[3 Jan 2015 11:01]
Daniël van Eeden
Hi Todd, It would be better if this was possible via P_S for all connections. Having it in SHOW SLAVE STATUS would be nice, but the output is already too long (and changing the output might break parsers). If it's in P_S then a view in SYS could allow nice output showing the state of each connection. And a P_S solution would also be better for Bug #60986. There were multiple reasons to file this bug: - For my work on the CIS Benchmark for MySQL 5.6 - I will probably rollout SSL to make it possible to use the cleartext authentications which is required for authentication_pam.
[6 Aug 2015 14:44]
Todd Farmer
This feature request is implemented in 5.7.8, as PERFORMANCE_SCHEMA.THREADS table now contains a CONNECTION_TYPE column. Additionally, the actual cipher in use can be obtained via the PERFORMANCE_SCHEMA.STATUS_BY_THREAD table. Both are described in more detail in the following blog post: http://mysqlblog.fivefarmers.com/2015/08/05/identifying-which-connections-are-secure/