Re: mod_ssl's mod_proxy support

2001-03-21 Thread Ralf S. Engelschall

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 SSLProxy 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]



mod_ssl's mod_proxy support

2001-03-19 Thread Martin Lichtin

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]