mod_ssl: Remove deprecated SSLCertificateChainFile warning.
Submitted by: ylavic
Reviewed/backported by: jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1685870 13f79535-47bb-0310-9956-
ffa450edef68
Changes with Apache 2.4.15
+ *) mod_ssl: Remove deprecated SSLCertificateChainFile warning.
+ [Yann Ylavic]
Changes with Apache 2.4.14
[ start all new proposals below, under PATCHES PROPOSED. ]
- *) mod_ssl: Remove deprecated SSLCertificateChainFile warning.
- trunk patch: http://svn.apache.org/r1685779
- 2.4.x patch: trunk works (modulo CHANGES)
- +1: ylavic, covener, wrowe
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
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;
}