Re: [users@httpd] Apache as a Mutual SSL enabled Forward Proxy

2018-05-29 Thread eranda rajapaksha
I was able to get it work by setting the SSL artifacts at the clients end but not in the Apache server. I thought SSL is applied at Server to Apache and Apache to Client is non-encrypted. So I have to place the certs and keys at the Apache Server. Is it that Apache forward proxy doing just a

Re: [users@httpd] Apache as a Mutual SSL enabled Forward Proxy

2018-05-29 Thread Miguel González
Never heard of mutual ssl enabled before. What is the use case for this setup? Would it work for having Nginx SSL offloading to Apache? Any docs? On 05/24/18 10:00 PM, William A Rowe Jr wrote: > Your next thing to test, from a vanilla/completely reset browser, > would be > to load up these

Re: [users@httpd] Apache as a Mutual SSL enabled Forward Proxy

2018-05-24 Thread William A Rowe Jr
Your next thing to test, from a vanilla/completely reset browser, would be to load up these corresponding cert+key and ca chain files into that blank slate, and ensure that these credentials actually work against your backend; * SSLProxyMachineCertificateFile

[users@httpd] Apache as a Mutual SSL enabled Forward Proxy

2018-05-24 Thread eranda rajapaksha
Hi all, Im trying to configure Apache http server as a forward proxy with mutual ssl enabled. Following is the setup, [HTTP client] --> [Apache Http Server]--->[Web Server] I need to enable Mutual SSL between Apache Http Server, Web Server. Following is the proxy I have