Skip to main content
Skip table of contents

Disabling strict SSL verification for CPS

In some cases, certain networks do not allow communication to the PrinterOn Directory, due to services such as Man in the Middle proxies. In those cases, there may be a need to disable SSL verification.

There is no configuration option to disable this setting in the Configuration Manager. You must manually edit the CPS configuration file.

📘 Instructions

To disable strict SSL verification:

  • Browse to the following folder:

CODE
C:\Program Files\PrinterOn Corporation\Apache Tomcat\Conf
  • Open CPS_Config.xml in any text editor.

  • Locate the following entry:

CODE
<enableSSLVerify>true</enableSSLVerify>
  • Modify the value to:

CODE
<enableSSLVerify>false</enableSSLVerify>
  • Save the changes to CPS_Config.xml.

  • Restart Tomcat.

📋 Related articles

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.