mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
remove error msg hint that is no longer true
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94261 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -843,9 +843,6 @@ static void ssl_init_server_certs(server_rec *s,
|
||||
if (!(have_rsa || have_dsa)) {
|
||||
ssl_log(s, SSL_LOG_ERROR|SSL_INIT,
|
||||
"Oops, no RSA or DSA server certificate found?!");
|
||||
ssl_log(s, SSL_LOG_ERROR|SSL_INIT,
|
||||
"You have to perform a *full* server restart "
|
||||
"when you added or removed a certificate and/or key file");
|
||||
ssl_die();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user