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:
C:\Program Files\PrinterOn Corporation\Apache Tomcat\Conf
Open CPS_Config.xml in any text editor.
Locate the following entry:
<enableSSLVerify>true</enableSSLVerify>
Modify the value to:
<enableSSLVerify>false</enableSSLVerify>
Save the changes to CPS_Config.xml.
Restart Tomcat.