Configure SSL on Apache
Terminate SSL at an Apache reverse proxy in front of Tomcat: convert the PFX certificate, enable the SSL and rewrite modules, and configure the virtual hosts.
Terminate SSL at an Apache reverse proxy in front of Tomcat: convert the PFX certificate, enable the SSL and rewrite modules, and configure the virtual hosts.
Enable HTTPS directly on the pre-deployed Tomcat: convert a PFX certificate to key and cert files, configure the server.xml connector, and optionally force HTTPS in web.xml.
Problem
Decide where to terminate SSL for the iGrafx platform — directly on Tomcat or at an Apache proxy — and configure HTTPS for each case.
Import a TLS certificate into the platform's Java trust keystore so the platform trusts a mail, Automation, or directory server it connects to over TLS.
The iGrafx Desktop Client fails to connect over HTTPS with WinHttp Error 12175 because the server certificate isn't trusted. Trust the certificate on the client machine.