Bug #76163 default ssl setup failing with deb pkgs after using initialize during db creatio
Submitted: 5 Mar 2015 6:19 Modified: 13 Jul 2015 13:15
Reporter: Ramana Yeruva Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Installing Severity:S3 (Non-critical)
Version:5.7.7 OS:Any
Assigned to: CPU Architecture:Any

[5 Mar 2015 6:19] Ramana Yeruva
Description:
This is noticed while testing wl7787 in which wl7307 changes merged to deb packages.

as part of wl#7706,mysql_ssl_rsa_setup executable introduced to setup ssl keys and to bring server with ssl by default.
these changes have not happened yet in ubuntu,debian repo packages due to which below errors shown in log file

2015-03-05T03:59:13.575396Z 0 [Warning] Failed to setup SSL
2015-03-05T03:59:13.575472Z 0 [Warning] SSL error: SSL context is not usable without certificate and private key

How to repeat:
as above
[13 Jul 2015 13:15] Paul DuBois
Noted in 5.7.8, 5.8.0 changelogs.

Debian and Ubuntu package installers neglected to run 
mysql_ssl_rsa_setup during installation.