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:
Best,
Will