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.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to