mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
copy-n-pasto: need to use SSL_X509_INFO_load_*path* on pkp->cert_path
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94405 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -917,7 +917,7 @@ static void ssl_init_proxy_certs(server_rec *s,
|
||||
}
|
||||
|
||||
if (pkp->cert_path) {
|
||||
SSL_X509_INFO_load_file(ptemp, sk, pkp->cert_path);
|
||||
SSL_X509_INFO_load_path(ptemp, sk, pkp->cert_path);
|
||||
}
|
||||
|
||||
if ((ncerts = sk_X509_INFO_num(sk)) > 0) {
|
||||
|
Reference in New Issue
Block a user