Go Back   Wireless and Wifi Forums > News > Newsgroups > comp.security.misc
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 08-14-2005, 02:14 PM
fritz-bayer@web.de
Guest
 
Posts: n/a
Default SSL Proxy / How to forward HTTPS connections?

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


Reply With Quote
  #2 (permalink)  
Old 08-14-2005, 04:42 PM
Volker Birk
Guest
 
Posts: n/a
Default Re: SSL Proxy / How to forward HTTPS connections?

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.

Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
HTTP proxy server for Motorola E815 phone in Python Dan Lenski alt.cellular.verizon 0 02-22-2007 07:38 PM
[SSL-Talk List FAQ] Secure Sockets Layer Discussion List FAQ v1.1.1 Shannon Appel comp.security.misc 0 10-19-2005 04:37 AM
[SSL-Talk List FAQ] Secure Sockets Layer Discussion List FAQ v1.1.1 Shannon Appel comp.security.misc 0 08-30-2005 04:26 AM
SSL Proxy / How to forward HTTPS connections? fritz-bayer@web.de comp.security.misc 2 08-14-2005 03:35 AM
[SSL-Talk List FAQ] Secure Sockets Layer Discussion List FAQ v1.1.1 Shannon Appel comp.security.misc 0 07-31-2005 04:25 AM


All times are GMT. The time now is 10:52 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45