You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modproxy-dev@apache.org by sw...@iqmarketing.com on 2001/12/03 16:23:37 UTC

mod_proxy & mod_ssl for http -> https proxying

I know this isn't a development related question, but probably the group the
knows the best answer.

I need to setup a web server that accepts http connections and then does an
https proxy to another server. Can this be done and does someone have an
example setup?

S.W.
swilcoxon@iqmarketing.com

RE: mod_proxy & mod_ssl for http -> https proxying

Posted by Simon Ritchie <Si...@net.ntl.com>.
However, I'm doing it with mod_rewrite, not just mod_proxy.

There's a very good guide to mod_rewrite and it shows how to use it along
with mod_proxy to build a reverse proxy.  I think you can use similar
techniques to take in HTTP and send out HTTPS, which is what is wanted here.
As I explained, I'm working on something that takes in HTTPS and sends out
HTTP.  I think it can be done, but I won't know for sure until I am
finished.

Simon


> -----Original Message-----
> From: Simon Ritchie [mailto:Simon.Ritchie@net.ntl.com]
> Sent: 06 December 2001 10:15
> To: modproxy-dev@apache.org
> Subject: RE: mod_proxy & mod_ssl for http -> https proxying
>
>
> If it helps, I'm working on the opposite, an HTTPS server that proxies an
> HTTP server.
>
> Simon
>
> > -----Original Message-----
> > From: swilcoxon@iqmarketing.com [mailto:swilcoxon@iqmarketing.com]
> > Sent: 03 December 2001 15:24
> > To: modproxy-dev@apache.org
> > Subject: mod_proxy & mod_ssl for http -> https proxying
> >
> >
> > I know this isn't a development related question, but probably
> > the group the
> > knows the best answer.
> >
> > I need to setup a web server that accepts http connections and
> > then does an
> > https proxy to another server. Can this be done and does someone have an
> > example setup?
> >
> > S.W.
> > swilcoxon@iqmarketing.com
> >
>


RE: mod_proxy & mod_ssl for http -> https proxying

Posted by Simon Ritchie <Si...@net.ntl.com>.
If it helps, I'm working on the opposite, an HTTPS server that proxies an
HTTP server.

Simon

> -----Original Message-----
> From: swilcoxon@iqmarketing.com [mailto:swilcoxon@iqmarketing.com]
> Sent: 03 December 2001 15:24
> To: modproxy-dev@apache.org
> Subject: mod_proxy & mod_ssl for http -> https proxying
>
>
> I know this isn't a development related question, but probably
> the group the
> knows the best answer.
>
> I need to setup a web server that accepts http connections and
> then does an
> https proxy to another server. Can this be done and does someone have an
> example setup?
>
> S.W.
> swilcoxon@iqmarketing.com
>