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-12-2005, 01:29 PM
fritz-bayer@web.de
Guest
 
Posts: n/a
Default SSL Proxy / How to forward HTTPS connections?

Hello,

I have a question about forwarding HTTPS connections. I was wondering
whether or not SSL Proxies exist (Apache?) that allow forwarding HTTPS
connections to a different server?

The problem is that our webserver (on which our shop system resides)
runs on a ip address different to which our hostname resolves.

Here an example which describes our setup and makes the above said
clearer:

www.our-shop.de resolves to 212.45.27.78
Our webserver runs on 43.67.23.88

We run a transparent http proxy on 212.45.27.78, which forwards all
HTTP requests to 43.67.23.88. That works perfectly fine.

However, of course HTTPS connections fail. Is there any solution, which
allows us to also forward HTTPS connections to 43.67.23.88?

Fritz


Reply With Quote
  #2 (permalink)  
Old 08-12-2005, 01:38 PM
Lassi =?ISO-8859-15?Q?Hippel=E4inen?=
Guest
 
Posts: n/a
Default Re: SSL Proxy / How to forward HTTPS connections?

fritz-bayer@web.de wrote:

> Hello,
>
> I have a question about forwarding HTTPS connections. I was wondering
> whether or not SSL Proxies exist (Apache?) that allow forwarding HTTPS
> connections to a different server?
>
> The problem is that our webserver (on which our shop system resides)
> runs on a ip address different to which our hostname resolves.
>
> Here an example which describes our setup and makes the above said
> clearer:
>
> www.our-shop.de resolves to 212.45.27.78
> Our webserver runs on 43.67.23.88
>
> We run a transparent http proxy on 212.45.27.78, which forwards all
> HTTP requests to 43.67.23.88. That works perfectly fine.
>
> However, of course HTTPS connections fail. Is there any solution, which
> allows us to also forward HTTPS connections to 43.67.23.88?
>
> Fritz


Normal https concentrators terminate the SSL session and forward its
contents to the back-end server in the clear. The link between the proxy
and the server is secured by other means.

-- Lassi


Reply With Quote
  #3 (permalink)  
Old 08-14-2005, 03:35 AM
Scott Lowe
Guest
 
Posts: n/a
Default Re: SSL Proxy / How to forward HTTPS connections?

On 2005-08-12 09:29:18 -0400, fritz-bayer@web.de said:

> Hello,
>
> I have a question about forwarding HTTPS connections. I was wondering
> whether or not SSL Proxies exist (Apache?) that allow forwarding HTTPS
> connections to a different server?
>
> The problem is that our webserver (on which our shop system resides)
> runs on a ip address different to which our hostname resolves.
>
> Here an example which describes our setup and makes the above said
> clearer:
>
> www.our-shop.de resolves to 212.45.27.78
> Our webserver runs on 43.67.23.88
>
> We run a transparent http proxy on 212.45.27.78, which forwards all
> HTTP requests to 43.67.23.88. That works perfectly fine.
>
> However, of course HTTPS connections fail. Is there any solution, which
> allows us to also forward HTTPS connections to 43.67.23.88?
>
> Fritz


If I am not mistaken, you can use Apache's SSLProxyEngine directive to
terminate the inbound SSL connection, then establish another SSL
connection to the internal server. I'm using a similar functionality
with Apache passing data into an internal application server right now.

--
Scott Lowe


Reply With Quote
Sponsored Links
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 1 08-14-2005 04:42 PM
[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 12:01 AM.


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