SSL is not supported on 5.1.66-rel14.1 rpm's

Bug #1075932 reported by Martin Arrieta
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Percona Server moved to https://jira.percona.com/projects/PS
Fix Released
Critical
Ignacio Nin

Bug Description

SSL is not supported by Percona Server 5.1.66-rel14.1 RPM's

From the documentation, "NO" means that the server was compiled without ssl support.

http://dev.mysql.com/doc/refman/5.1/en/server-system-variables.html#sysvar_have_ssl

" have_ssl

YES if mysqld supports SSL connections, NO if not. DISABLED indicates that the server was compiled with SSL support, but but was not started with the appropriate --ssl-xxx options. For more information, see Section 6.3.6.2, “Configuring MySQL for SSL”.

This variable was added in MySQL 5.1.17. Before that, use have_openssl."

# rpm -qa | grep percona -i
Percona-Server-shared-51-5.1.66-rel14.1.495.rhel6.x86_64
Percona-Server-client-51-5.1.66-rel14.1.495.rhel6.x86_64
Percona-Server-server-51-5.1.66-rel14.1.495.rhel6.x86_64
percona-release-0.0-1.x86_64

mysql> show variables like '%ssl%';
+---------------+-------+
| Variable_name | Value |
+---------------+-------+
| have_openssl | NO |
| have_ssl | NO |

- The binary version is not affected by this bug (Percona-Server-5.1.66-rel14.1-495.Linux.x86_64.tar.gz)

mysql [localhost] {msandbox} ((none)) > show variables like "%ssl%";
+---------------+----------+
| Variable_name | Value |
+---------------+----------+
| have_openssl | DISABLED |
| have_ssl | DISABLED |

- The community version is compiled with ssl enabled:

# rpm -qa | grep -i mysql
MySQL-shared-5.1.66-1.glibc23.i386
MySQL-server-5.1.66-1.glibc23.x86_64
MySQL-client-5.1.66-1.glibc23.x86_64

mysql> show variables like '%ssl%';
+---------------+----------+
| Variable_name | Value |
+---------------+----------+
| have_openssl | DISABLED |
| have_ssl | DISABLED |

For the record, PS 5.5 is not affected by this bug:

mysql> show variables like '%ssl%';
+---------------+----------+
| Variable_name | Value |
+---------------+----------+
| have_openssl | DISABLED |
| have_ssl | DISABLED |

# rpm -qa | grep -i percona
Percona-Server-server-55-5.5.28-rel29.1.335.rhel6.x86_64
Percona-Server-shared-55-5.5.28-rel29.1.335.rhel6.x86_64
Percona-Server-client-55-5.5.28-rel29.1.335.rhel6.x86_64

Regards,

Martin Arrieta.
@martinarrietac

Related branches

tags: added: i27367
Changed in percona-server:
assignee: nobody → Ignacio Nin (ignacio-nin)
importance: Undecided → Critical
Changed in percona-server:
status: New → In Progress
Changed in percona-server:
status: In Progress → Fix Released
Revision history for this message
Shahriyar Rzayev (rzayev-sehriyar) wrote :

Percona now uses JIRA for bug reports so this bug report is migrated to: https://jira.percona.com/browse/PS-349

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.