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

2022-02-24 Thread Tom Browder
On Wed, Feb 23, 2022 at 16:04 Eric Covener wrote: ... > It could be, the full unredacted error_log entries might have more details. > I would test with curl/wget on the proxy and make sure the backend is > reachable. If curl/wget don't work, the proxy server isn't going to > work. SOLVED The r

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

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

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

2022-02-22 Thread Tom Browder
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 see if I can get it all to work. Thank you very much, Eric, f

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

2022-02-22 Thread Eric Covener
On Tue, Feb 22, 2022 at 12:43 PM Tom Browder wrote: > > On Tue, Feb 22, 2022 at 09:50 Eric Covener wrote: >> >> On Tue, Feb 22, 2022 at 10:44 AM Tom Browder wrote: >> > >> > On Mon, Feb 21, 2022 at 13:34 Tom Browder wrote: >> >> >> >> On Mon, Feb 21, 2022 at 10:16 Eric Covener wrote: >> > >> >

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

2022-02-22 Thread Tom Browder
On Tue, Feb 22, 2022 at 09:50 Eric Covener wrote: > On Tue, Feb 22, 2022 at 10:44 AM Tom Browder > wrote: > > > > On Mon, Feb 21, 2022 at 13:34 Tom Browder wrote: > >> > >> On Mon, Feb 21, 2022 at 10:16 Eric Covener wrote: > > > > > > Let me try to rephrase the situation and question: > > > >

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

2022-02-22 Thread Eric Covener
On Tue, Feb 22, 2022 at 10:44 AM Tom Browder wrote: > > On Mon, Feb 21, 2022 at 13:34 Tom Browder wrote: >> >> On Mon, Feb 21, 2022 at 10:16 Eric Covener 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 >

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

2022-02-22 Thread Tom Browder
On Mon, Feb 21, 2022 at 13:34 Tom Browder wrote: > On Mon, Feb 21, 2022 at 10:16 Eric Covener 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

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

2022-02-21 Thread Tom Browder
On Mon, Feb 21, 2022 at 10:16 Eric Covener wrote: ... > > I think I see that can be done using RewriteCond and friends somehow. > > It is not clear what you're asking about. Can you describe the > topology in more detail and clarify what "input" (a header? a request > body?) you need and where if

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

2022-02-21 Thread Eric Covener
On Mon, Feb 21, 2022 at 11:11 AM Tom Browder wrote: > > On Sun, Feb 20, 2022 at 06:30 Tom Browder wrote: >> >> I am trying to integrate some Raku (formerly Perl 6) code to handle post TLS >> inputs (decrypted dat) to one of my websites. How can I get access to the >> decrypted input via a rever

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

2022-02-21 Thread Tom Browder
On Sun, Feb 20, 2022 at 06:30 Tom Browder wrote: > I am trying to integrate some Raku (formerly Perl 6) code to handle post > TLS inputs (decrypted dat) to one of my websites. How can I get access to > the decrypted input via a reverse proxy? I think I see that can be done using RewriteCond and