How to configure HTTPS with a Self-Signed Certificate for a Tomcat application via a subdomain without browser warnings? (stackoverflow.com)stack
27 points by Vishal in stackoverflow.com · 33m ago · stack
I am trying to map a local Java Tomcat web application to an organizational subdomain with HTTPS using a self-signed certificate. My Current Setup: Internal Application URL: http://10.10.10.10:8084/Transact (Running on Apache Tomcat) Desired Public/Internal URL: https://officewo…