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

Re: [users@httpd] Howto add additional header to CONNECT of ProxyRemote?

2022-02-21 Thread Eric Covener
> What can I do to add an additional header in the CONNECT done by the > ProxyRemote-directive. It doesn't appear possible. The data sent during the CONNECT for ProxyRemote is not configurable and not based on anything configurations. I think you'd need to customize modules/proxy/mod_proxy_connect

[users@httpd] Howto add additional header to CONNECT of ProxyRemote?

2022-02-21 Thread Micha
Hello, we have some badly designed external software which we have to get working. This software provides a proxy which extracts a userid out of a header field in the CONNECT and uses it for creating a SAML Token for further requests. This legacy-proxy is running locally on a server. At clie