Patches and Enhancements for a SSL-Proxy Based on Apache 2.0 (mod_ssl, mod_proxy, mod_headers)

2003-02-19 Thread Maik Mueller
Hello All, I want to provide updated information to my earlier described scenario using mod_ssl + mod_proxy + mod_headers: Component: Web Browser --- Proxy (mod_proxy) --- Web Server SSL Role: SSL Client --- SSL server | SSL Client --- SSL Server The following discussion

RE: Patches and Enhancements for a SSL-Proxy Based on Apache 2.0 (mod_ssl, mod_proxy, mod_headers)

2003-02-19 Thread Maik Mueller
Cool.. Can you please post the patch to the list, so that ppl can review the code, and give their comments. -Madhu No problem! Here is my short README describing the patch and its history form Apache version 2.0.43 to 2.0.44: Hello! This is the distribution point for the Apache 2.0 as SSL

Re: mod_ssl mod_proxy

2002-12-05 Thread Christopher McCrory
Hello... On Thu, 2002-12-05 at 10:12, HMajidy wrote: This is to report a problem with Apache with mod_ssl and mod_proxy, and to request the community’s help in resolving it. Objective: The objective is to set up Apache as a reverse proxy, to receive encrypted HTTPS traffic over the

Re: mod_ssl mod_proxy

2002-12-05 Thread Alexandre
oh my God i have the exactly the same problem ... the only diference is that my autentication is on Ldap directory in the internal net when a click on link http://host.myinternalnet.com nothing hapen only the loop and the apache dont get a request im sniffing the interfaces but the request dont

RE: mod_ssl mod_proxy

2002-12-05 Thread HMajidy
Apache does get the requests in my case, as verified in log files created by CustomLog /usr/local/apache/logs/referer_log refererCustomLog /usr/local/apache/logs/agent_log agent in httpd.conf. BTW, my LDAP authentication is handled by the internal (iPlanet) web server. -Original

mod_ssl mod_proxy

2002-12-05 Thread HMajidy
This is to report a problem with Apache with mod_ssl and mod_proxy, and to request the community’s help in resolving it. Objective: The objective is to set up Apache as a reverse proxy, to receive encrypted HTTPS traffic over the Internet and to convert it to HTTP and direct it to a web

mod_ssl / mod_proxy interaction

2002-09-30 Thread Robin P. Blanchard
in effort to eventually setup a secure apache reverse proxy for exchange 2000's OWA, i've run into the following dilemma per the mod-ssl docs, i had the following declared globally: SetEnvIf User-Agent .*MSIE.* nokeepalive ssl-unclean-shutdown downgrade-1.0 force-response-1.0 and realised

RE: mod_ssl / mod_proxy interaction

2002-09-30 Thread John . Airey
: Robin P. Blanchard [mailto:[EMAIL PROTECTED]] Sent: 30 September 2002 14:29 To: [EMAIL PROTECTED] Subject: mod_ssl / mod_proxy interaction in effort to eventually setup a secure apache reverse proxy for exchange 2000's OWA, i've run into the following dilemma per the mod-ssl docs

Re: mod_ssl / mod_proxy interaction

2002-09-30 Thread Robin P. Blanchard
[EMAIL PROTECTED] wrote: Could you eloborate on why you say that reverse proxy with SSL won't work? We've been running it for years on our Exchange system here, although granted that uses 5.5 rather than 2000. Testing of access to OWA 2000 is on my to-do list. Sure. Here's what I've come up

IBM HTTP/Mod_SSL/Mod_Proxy

2001-03-12 Thread Lane Goolsby
Hello group, I have a question that I am at my wits end trying to figure out. I need to find out if it is possible to setup a proxy with SSL on both sides (client--proxy and proxy--server). I can get SSL from the browser to the proxy to work, but SSL from the proxy to the server does not seem

mod_ssl + mod_proxy + mod_auth

2000-04-28 Thread Jay Lyerly
I've dredged through the archives, but can't find a reference to the problem I'm having. I've got the standard reverse proxy setup going with client connections via SSL to an apache server that proxies pages (via proxypass) from an internal http server. That works fine. I'd like to do