Hi all, Please let me know if this is not suitable for the user distribution list—
There is an interesting question on stack overflow regarding reverse proxy handling of TLS protocol whereby the user is interested in having httpd (the reverse proxy) tunnel incoming requests to a specific TLS implementation (1.2) so that the resource server behind it (a Tomcat instance) doesn’t have to alter its configuration. I’ve actually never seen a use of mod_ssl for this, so if anybody wants to share on this thread or on SO a sequence of directives that handle this, it would be nice to see and also solve a user’s existing problem. The question is here: https://stackoverflow.com/q/73948261/14927325 Best, Will