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 be involved here
and
authentication shall be handled completely between HTTP Proxy
and remote
WebServer.
Basically I have configured the HTTP Proxy using
SSLProxyMachineCertificateFile and it is working fine. The
problem I have
is that I have certificate and key as two separate files and so
I
always have to combine them into one (and rewrite key BEGIN and
END to add
RSA).
Regards
Markus Gausling