On Tue, Feb 22, 2022 at 10:44 AM Tom Browder <[email protected]> wrote: > > On Mon, Feb 21, 2022 at 13:34 Tom Browder <[email protected]> wrote: >> >> On Mon, Feb 21, 2022 at 10:16 Eric Covener <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
