Skip to content
  • Georgi Kodinov's avatar
    cae033b1
    Bug #21498544: mysqld --initialize should not complain about lack of ssl certs · cae033b1
    Georgi Kodinov authored
    When running --initialize with the yassl linked server while ssl is
    enabled (the default) there was a "failed ssl initialization" warning
    printed because yassl can't generate key material programatically.
    
    Muted the warning when compiled with yaSSL, the --ssl server option is on
    and there are no other ssl configuration options (-ssl-ca etc) specified.
    
    Test case added.
    cae033b1
    Bug #21498544: mysqld --initialize should not complain about lack of ssl certs
    Georgi Kodinov authored
    When running --initialize with the yassl linked server while ssl is
    enabled (the default) there was a "failed ssl initialization" warning
    printed because yassl can't generate key material programatically.
    
    Muted the warning when compiled with yaSSL, the --ssl server option is on
    and there are no other ssl configuration options (-ssl-ca etc) specified.
    
    Test case added.
Loading