Note

Essential environment: Same or above Tomcat Version 8

  1. Open tomcat setting file in the MagicINFO install directory. e.g. C:\MagicINFO Premium\tomcat\conf\server.xml
  2. There are separate connector settings in Server.xml for http and https. (But only one of them (http, https) could exist dddepending on the option of installment.)
  3. Change values after referencing the table below (Apr > Nio2, SSL related attribute change). Note the red letters.

  4. The MagicINFO Premium service is restarted.

Note

  • protocol : A type of Tomcat Connector. In MagicINFO, nio2 is recommended.
  • SSLCertificateFile : Changed to keystoreFile in NIO2 connector and the form of SSL authentication key File changed as well. Key file needs to be turned into a keystore form and MagicINFO Server provides it in jks file form.
  • SSLPassword : Changed to keystorePass in NIO2 Connector.