but were originally not verified and should get verified now.
This is a regression in 2.4.36 (unreleased). [Ruediger Pluem]
+ *) mod_ssl: Correctly merge configurations that have client certificates set
+ by SSLProxyMachineCertificate{File|Path}. [Ruediger Pluem]
+
Changes with Apache 2.4.36
*) mod_brotli, mod_deflate: Restore the separate handling of 304 Not Modified
PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
- *) mod_ssl: Correctly merge configurations that have client certificates set
- by SSLProxyMachineCertificate{File|Path}.
- The certificates and keys loaded during configuration time got lost during
- runtime if e.g. SSLProxyMachineCertificate{File|Path} was set on virtual host
- level and there was an SSL directive at directory level, e.g. SSLRequire.
- This fixes a regression likely introduced in r1740928 (backported in r1824187).
- trunk patch: http://svn.apache.org/r1844002
- 2.4.x patch: svn merge -c 1844002 ^/httpd/httpd/trunk .
- +1: rjung, rpluem, jorton
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
[ New proposals should be added at the end of the list ]
cfgMergeString(pkp->cert_file);
cfgMergeString(pkp->cert_path);
cfgMergeString(pkp->ca_cert_file);
+ cfgMergeString(pkp->certs);
+ cfgMergeString(pkp->ca_certs);
}
void *ssl_config_perdir_merge(apr_pool_t *p, void *basev, void *addv)