Anyone know how to configure mod_ssl parameters when
it's doing the client requests inside mod_proxy?

I have something like

<VirtualHost 192.168.1.7:3128>
    ProxyRequests On
    NoCache *
</VirtualHost>

as part of a mod_ssl-enabled server. It handles https://
proxy requests just fine, but I also need the ability
to force a SSL version, eg. SSLv2, for making requests 
to the outside world.

Any ideas?

Also, how can I trace these SSL requests? I set 
SSLLogLevel to debug but it wouldn't show anything.

Thanks,
Martin
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to