Re: [users@httpd] Re: Reverse proxy for TLS connections

2022-02-23 Thread Eric Covener
On Wed, Feb 23, 2022 at 5:01 PM Tom Browder wrote: > > On Wed, Feb 23, 2022 at 06:03 Tom Browder wrote: > … >> >> I seem to be making some progress. I can get an A from SSL Labs, but I'm >> getting a 503 response when I try to go to the website directly >> (https://gbumc.church). > > > I turned

Re: [users@httpd] Re: Reverse proxy for TLS connections

2022-02-23 Thread Tom Browder
On Wed, Feb 23, 2022 at 06:03 Tom Browder wrote: … > I seem to be making some progress. I can get an A from SSL Labs, but I'm > getting a 503 response when I try to go to the website directly ( > https://gbumc.church). > I turned on DumpIO input and output and see the following pairs errors for

[users@httpd] Proxying a site from another device

2022-02-23 Thread Steffan Cline
On my home server, I have a bunch of location directives proxying for apps running on different ports but on the same server such as /app1 or /app2. I tried to create a proxy that goes from my apache server to my DSL router which is of course on a different IP and appliance. https://domain.tl

Re: [users@httpd] Re: Reverse proxy for TLS connections

2022-02-23 Thread Tom Browder
On Tue, Feb 22, 2022 at 12:16 Tom Browder wrote: > On Tue, Feb 22, 2022 at 11:59 Eric Covener wrote: > ... > >> The server decrypts incoming requests the same way regardless of how >> it will later handle the request (static file, CGI, proxy). > > > Okay, thanks. I'll head in that direction and