mirror of
https://github.com/apache/httpd.git
synced 2026-01-06 09:01:14 +03:00
mod_ssl: Remove deprecated SSLCertificateChainFile warning.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1685779 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
3
CHANGES
3
CHANGES
@@ -1,6 +1,9 @@
|
||||
-*- coding: utf-8 -*-
|
||||
Changes with Apache 2.5.0
|
||||
|
||||
*) mod_ssl: Remove deprecated SSLCertificateChainFile warning.
|
||||
[Yann Ylavic]
|
||||
|
||||
*) mod_ldap: Stop leaking LDAP connections when 'LDAPConnectionPoolTTL 0'
|
||||
is configured. PR 58037. [Ted Phelps <phelps gnusto.com>]
|
||||
|
||||
|
||||
@@ -841,12 +841,6 @@ const char *ssl_cmd_SSLCertificateChainFile(cmd_parms *cmd,
|
||||
SSLSrvConfigRec *sc = mySrvConfig(cmd->server);
|
||||
const char *err;
|
||||
|
||||
ap_log_error(APLOG_MARK, APLOG_WARNING|APLOG_STARTUP, 0, NULL,
|
||||
APLOGNO(02559)
|
||||
"The SSLCertificateChainFile directive (%s:%d) is deprecated, "
|
||||
"SSLCertificateFile should be used instead",
|
||||
cmd->directive->filename, cmd->directive->line_num);
|
||||
|
||||
if ((err = ssl_cmd_check_file(cmd, &arg))) {
|
||||
return err;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user