Re: [users@httpd] Debugging a reverse proxy using TLS

2020-09-01 Thread Tom Browder
On Tue, Sep 1, 2020 at 10:18 Eric Covener wrote: > On Tue, Sep 1, 2020 at 10:58 AM Tom Browder wrote: > > Is there any way with the Apache logs to see (and capture) the raw data > being received on the backside of a reverse proxy using TLS? > > I assume

Re: [users@httpd] Debugging a reverse proxy using TLS

2020-09-01 Thread Eric Covener
On Tue, Sep 1, 2020 at 10:58 AM Tom Browder wrote: > > Is there any way with the Apache logs to see (and capture) the raw data being > received on the backside of a reverse proxy using TLS? I assume https://httpd.apache.org/docs/2.4/mod/mod_dumpio.html will have it. > > If so, is there any way

[users@httpd] Debugging a reverse proxy using TLS

2020-09-01 Thread Tom Browder
Is there any way with the Apache logs to see (and capture) the raw data being received on the backside of a reverse proxy using TLS? If so, is there any way to unenccode the data offline with OpenSSL if one has the public and private keys? Thanks so much. Best regards, -Tom