> and plain http is NOT secure. So my question...is there a way to make the > ssl client (that is called through the ProxyPass) connect by either forcing > SSLv3 only OR connecting without TLS (-no_tls)?
Assuming you're using a recentish mod_ssl try "SSLProxyProtocol SSLv3" (or "SSLProxyProtocol -TLSv1"). It works. Mark -- Mark J Cox ........................................... www.awe.com/mark Apache Software Foundation ..... OpenSSL Group ..... Apache Week editor ______________________________________________________________________ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
