On 2004-06-28 11:16:21 -0400, Scott Lowe <me.RemoveThis@privacy.net> said:
> On 2004-06-28 03:04:46 -0400, Davide Bianchi
> <davideyeahsure.RemoveThis@onlyforfun.net> said:
>
>> Scott Lowe <me.RemoveThis@privacy.net> wrote:
>>> however, I get an 500 error from Apache.
>>
>> Error 500 is a catch all, when something bad happens Apache send
>> an error 500. What's in the error_log?
>>
>> Davide
>
> The only applicable error I can find relates to SSLProxyEngine. Is
> this something that needs to be turned on?
I've answered my own question. I added "SSLProxyEngine On" to the
appropriate virtual host configuration, and now it works (so far).
Only one error remains, and I am not 100% certain that it is
server-based. When I attach to the SSL-secured reverse proxy, I
receive an error along the lines of "site identity cannot be verified."
I take this to mean that the server is presenting an SSL certificate
that a) doesn't match the URL I'm using to access the site, or b)
doesn't have an appropriate trusted CA certificate.
I'm reasonably certain that it's not a client-side issue (I use Camino
0.8 on Mac OS X 10.3) since I can attach to other SSL-secured sites
that have certificates from the same internal CA and don't receive the
same error. This leads me to believe that I have incorrectly
configured the root CA-related directives on Apache. I've converted
the root CA certificate into PEM format and specified it in the
configuration file using the SSLCertificateChainFile <filename>
directive. Is this the correct approach?
Thanks in advance for everyone's help.
--
Scott Lowe<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: Error 500 proxying to SSL-secured site