SSL Proxy / How to forward HTTPS connections?

SSL Proxy / How to forward HTTPS connections?

Secure Home | Search | About
 General Computer Security    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content add this group's latest topics to your Google content
Subject Author Date
SSL Proxy / How to forward HTTPS connections? fritz-bayer 08-14-2005
Posted by on August 14, 2005, 7:14 am
If you were  Registered and logged in, you could reply and use other advanced thread options
Hello,

can anybody please tell me whether or not the following modules exist
also for Apache 1.3 or only for Apache 2.0 ?

proxy_connect_module
proxy_ftp_module
proxy_http_module

I can't find them for Apache 1.3 but I think I need them in order to
get my reverese https proxy working correctly.

Currently forwarding HTTPS connections like this works:

<VirtualHost 11.11.11.11:443>
SSLEnable
ServerName www.example-domain.com
ProxyPass / http://22.22.22.22/ # <-- Note: "http://"
</VirtualHost>

Trying to forward HTTPS connections like this...

<VirtualHost 11.11.11.11:443>
SSLEnable
ServerName www.example-domain.com
ProxyPass / https://22.22.22.22/ # <-- Note: "httpS://"
</VirtualHost>

.... gives me the following error message: "proxy: No protocol handler
was valid for the URL /shop/daten.php. If you are using a DSO version
of mod_proxy, make sure the proxy submodules are included in the
configuration using LoadModule."

Fritz



Posted by Volker Birk on August 14, 2005, 6:42 pm
If you were  Registered and logged in, you could reply and use other advanced thread options
fritz-bayer@web.de wrote:
> can anybody please tell me whether or not the following modules exist
> also for Apache 1.3 or only for Apache 2.0 ?

http://httpd.apache.org/docs/1.3/mod/
http://httpd.apache.org/docs/2.0/mod/

BTW: you're in the wrong group here. F'up set.

Yours,
VB.
--
"Almighty Father, who wilt hear the prayer of those that love Thee, we pray
Thee to be with those who brave heights of Thy heaven and who carry the
battle to our enemies. Guard and protect them, we pray Thee, as they fly
the appointed rounds." - Chaplain William Downey, prayer for the Enola Gay.


Similar ThreadsPosted
SSL Proxy / How to forward HTTPS connections? August 12, 2005, 6:29 am
https / proxy problem January 11, 2006, 10:59 am
Detect what software is blocking connections January 26, 2006, 11:51 am
Proxy June 15, 2005, 1:31 am
Hiding ip with proxy June 29, 2005, 7:35 am
Re: Know about a proxy server? January 2, 2007, 1:15 pm
Re: Know about a proxy server? January 2, 2007, 7:21 pm
Palm with anonymous proxy December 21, 2004, 10:30 pm
Auto Proxy Login?? Please help March 14, 2005, 4:39 am
Proxy sign messages July 26, 2005, 12:58 pm

The site map in XML format XML site map

Contact Us | Privacy Policy