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 it
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 b
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 other
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 privat