Disabling strict SSL verification for CPS - c06314431
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.
Since there are not options included in the PrinterOn Configuration Manager, the changes must be made manually using the steps below:
- Stop the Central Print Services/Apache Tomcat service.
- Browse to the default folder: C:\Program Files\PrinterOn Corporation\Apache Tomcat\Conf
- Make a backup of the cps_config.xml (save the backup in a different folder; preferably on a network drive)
- Open cps_config.xml in any text editor, the file identified in step 2
-
Locate the following entry in the file:
<enableSSLVerify>true</enableSSLVerify> -
Modify the value to:
<enableSSLVerify>false</enableSSLVerify> - Save the changes to CPS_Config.xml.
- Restart Central Print Services/Apache Tomcat service.
NOTE:
Applies to PrinterOn Enterprise 3.x and later