Re: [users@httpd] SSL client cert request works - but then stops working

2013-01-01 Thread Walter Goulet
One suggestion (not really directly related to httpd config) is for you to capture the TLS handshakes over the wire with wireshark/tcpdump and confirm that the Client Certificate Request is actually being sent to the client systems in the various scenarios you've laid out. I've seen browser caching

[users@httpd] [PATCH] Improve docs describing a forward proxy config to enable proxying SSL requests

2012-05-01 Thread Walter Goulet
Hi, While setting up a forward proxy server in httpd-2.2.16, it wasn't immediately obvious to me from reading docs that I needed to enable mod_proxy_connect to enable the forward proxy to handle CONNECT requests for proxying SSL traffic. Plus, the mod_ssl SSLProxyEngine directive could easily be c