• Robert Golebiowski's avatar
    Bug #21025377 CAN'T CONNECT TO SSL ENABLED SERVER FIRST 30 SEC AFTER · e7ff2040
    Robert Golebiowski authored
    INITIAL STARTUP
    
    Description: By using mysql_ssl_rsa_setup to get SSL enabled server
    (after running mysqld --initialize) server don't answer properly
    to "mysqladmin ping" first 30 secs after startup.
    
    Bug-fix: YASSL validated certificate date to the minute but should have
    to the second. This is why the ssl on the server side was not up right
    away after new certs were created with mysql_ssl_rsa_setup. The fix for
    that was submitted by Todd. YASSL was updated to 2.3.7c.
    e7ff2040
ssl.h 16.2 KB