Re: [users@httpd] Apache 2.4: Proxy certificate configuration question

2017-05-04 Thread Marat Khalili
Sorry, haven't configured it this way; probably someone who did will help. I can only advise you to look into SSLProxyMachineCertificatePath, maybe you could use that. -- With Best Regards, Marat Khalili On 04/05/17 14:54, Markus Gausling wrote: Thanks for response. Maybe I did not make

Re: [users@httpd] Apache 2.4: Proxy certificate configuration question

2017-05-04 Thread Markus Gausling
Thanks for response. Maybe I did not make it clear but I need to have the certificates for the authentication between HTTP Proxy and WebServer. So HTTP Proxy shall authenticate WebServer and vice versa with the client certificate and the secret key. The clients that use the HTTP Proxy shall not

Re: [users@httpd] Apache 2.4: Proxy certificate configuration question

2017-05-04 Thread Marat Khalili
You configure certificates of your proxy server exactly the same way as for web server, using SSLCertificateFile, SSLCertificateKeyFile and possibly SSLCertificateChainFile. Most likely you don't need SSLProxyMachineCertificateFile (it configures _client_ certificate of your server before

[users@httpd] Apache 2.4: Proxy certificate configuration question

2017-05-03 Thread Markus Gausling
Hello, when Apache is configured as a WebServer I can configure the private key and the certificate of the server separately using SSLCertificateFile and SSLCertificateKeyFile. When configuring Apache as an HTTP Proxy (Reverse Proxy or Forward Proxy) it seems I can only configure the proxy