Hi folks,

Does using the SSLProxyMachineCertificateFile directive have any effect on 
connections that do NOT require certificate-based client authentication?  For 
example, if I am using Apache as a proxy to two distinct service endpoints like 
so (within the same VirtualHost definition):

SSLProxyEngine on
SSLProxyMachineCertificateFile /path/to/client/cert

#Does NOT require client auth
ProxyPass               /foo/ https://host1/foo/
ProxyPassReverse        /foo/ https://host1/foo/

#Requires client auth
ProxyPass               /bar/ https://host2/bar/
ProxyPassReverse        /bar/ https://host2/bar/

And only the host2 requires client-authentication, 
SSLProxyMachineCertificateFile would presumably not effect traffic to the 
host1, correct?  Thanks in advance,

Scott Kirby
Interoperability Developer
PCC - Physicians Computer Company
800-722-7708
ski...@pcc.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to