7.9.10.3 Configure SSL Port

If you must configure and access your OFSAA setup for HTTPS access, ensure that the following connect tag under Define a SSL HTTP/1/1 Connector on port 8443 in the <Tomcat_installation_directory>/conf/server.xml file is uncommented for SSL Configuration. (By default, it is commented).

<Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true" maxThreads="150" scheme="https" secure="true" clientAuth="false" sslProtocol="TLS"

Note:

  • Make a note of the servlet port configured. This information is required during the installation of the OFSAA Application Pack.
  • To enable https configuration on Infrastructure, assign value 1 to "HTTPS_ENABLE" in the OFSAAI_InstallConfig.xml file for SILENT mode OFSAAI installation.

For more information related to SSL Configuration on Tomcat, see http://tomcat.apache.org/.