ProxyPass /ClusterTester/ http://x.x.x.x:xxxx/ClusterTester/
ProxyPassReverse /ClusterTester/ http://x.x.x.x:xxxx/ClusterTester/
If we navigate to the HTTP address it rewrites to HTTPS and then correctly passes traffic to the Glassfish server and we see the test web app.
If we navigate directly to the HTTPS URL it instead attempts to display the dummy DocumentRoot set up in the ssl.conf file for this VirtualHost instead of proxying the data to the Glassfish server.
Any help on what it is I'm missing or have misconfigured would be appreciated. If there's additional info that you need just let me know and I'd be happy to provide what obfuscated data I can.
Regards,
~Pete_Jibe