I have the following line in my Apache httpd.conf ProxyPass /location/ https://crappy.ibmhttpserver.com/ ProxyPassReverse /location/ https://crappy.ibmhttpserver.com/
I get the following error when Apache tries to connect. RProxy Error The proxy server received an invalid response from an upstream server. The proxy server could not handle the request GET /employerweb1/. Reason: SSL proxy connect failed (www.myserver.org:443): peer crappy.ibmhttpserver.com:443: bad mac decode For some reason the ibm httpd server that I am trying to connect to does not except 'tls' (I got my info from reading the list archives for this list and openssl). What I can't seem to figure out is how to get the client that Apache ProxyPass uses to connect to the server, to connect without 'tls'. Is it possible to tell Apache to make a client connection using '-no_tls'? Similar to the way you can have the openssl's s_client connect with the '-no_tls' option. Thanks!! Jamey ______________________________________________________________________ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
