On Mon, Mar 19, 2001, Martin Lichtin wrote:

> 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.

By default you cannot adjust any parameters. But look at the CHANGES
file, there is experimental support for SSLProxyXXXX directives which
can help you.
                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to