On Tue, Feb 22, 2022 at 09:50 Eric Covener <cove...@gmail.com> wrote:

> On Tue, Feb 22, 2022 at 10:44 AM Tom Browder <tom.brow...@gmail.com>
> wrote:
> >
> > On Mon, Feb 21, 2022 at 13:34 Tom Browder <tom.brow...@gmail.com> wrote:
> >>
> >> On Mon, Feb 21, 2022 at 10:16 Eric Covener <cove...@gmail.com> wrote:
> >
> >
> > Let me try to rephrase the situation and question:
> >
> > If I use a reverse proxy as in the basic example in the docs, does that
> handle https traffic also? Or does the the "http://www.example.com"; lines
> have to be written as "https://www.example.com";?
>
> That argument affects whether the request sent from the proxy to the
> backend uses HTTPS.
> It's independent of the connection between the client and the proxy
> server. If the client connection used HTTPS, its data decrypted prior
> to any module (other than mod_ssl) seeing any of the data.


I neglected to say those lines were inside a virtual host with SSL on. So
how does that affect the same situation?

-Tom

Reply via email to