reload of TLS certificates after a crash #4658

Closes #4658
pull/4660/head
René Cannaò 2 years ago
parent 2d6c897339
commit c8ea95564c

@ -1474,6 +1474,9 @@ bool ProxySQL_daemonize_phase3() {
proxy_info("ProxySQL SHA1 checksum: %s\n", binary_sha1);
}
call_execute_on_exit_failure();
// automatic reload of TLS certificates after a crash , see #4658
std::string msg;
ProxySQL_create_or_load_TLS(false, msg);
parent_close_error_log();
return false;
}

Loading…
Cancel
Save