You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@httpd.apache.org by GitBox <gi...@apache.org> on 2020/12/04 12:41:50 UTC

[GitHub] [httpd] notroj opened a new pull request #151: Handle chain certs in SSLProxyMachineCertificateFile similarly to SSLCertificateFile

notroj opened a new pull request #151:
URL: https://github.com/apache/httpd/pull/151


   ```
   Treat non-leaf certificates present in SSLProxyMachineCertificateFile
   the same was as non-leaf certs are in SSLCertificateFile - use them to
   build the trusted cert chain for the end-entity (client) cert.
   
   * modules/ssl/ssl_engine_init.c (ssl_init_proxy_certs):
     For any non-leaf certificate present in the configured, trust as
     if used in SSLProxyMachineCertificateChainFile.
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@httpd.apache.org
For additional commands, e-mail: notifications-help@httpd.apache.org


[GitHub] [httpd] asfgit closed pull request #151: Handle chain certs in SSLProxyMachineCertificateFile similarly to SSLCertificateFile

Posted by GitBox <gi...@apache.org>.
asfgit closed pull request #151:
URL: https://github.com/apache/httpd/pull/151


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@httpd.apache.org
For additional commands, e-mail: notifications-help@httpd.apache.org