reason is "no acceptable CA list", which may mean, that your ReverseProxy dosent trust the CA bound at server:443

read http://httpd.apache.org/docs/2.2/mod/mod_ssl.html#sslproxycacertificatefile

Regards


The certificate file is fine. When I perform a get operation from the proxy server itself (using a browser), it asks me to present the certificate. Upon presenting it, I can connect successfully.
I'll try to clarify on the architecture here:

We have a client app which does not speak SSL. We have configured a virtual host on the proxy server to (reverse) proxy requests to the SSL-only server, then configured the client certificate.

Client (http) => proxy:8443 (https) => server:443

This configuration worked for a few months, then suddenly stopped working…

Appreciate any help

Shai


> why do you use HTTPS in Backend, it looks like the backend System also
> needs client certificate authentication, there may be something wrong
> with your SSLProxyMachineCertificateFile ? try to send a wget request to
> the remote server and use SSLProxyMachineCertificateFile, dose wget get
> authorized at the remote system ?
>
> regards



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to