How to disable SSL Compression for eDiscovery Platform

book

Article ID: 100049690

calendar_today

Updated On:

Description

Description

The eDiscovery Platform (eDP) comes with SSL Compression turned on by default.  To disable it, please do the following steps:
NOTE: Replace xx with appropriate version number

  1. Make a backup of D:\CW\Vxx\tomcat\conf\server.xml
     
  2. Edit D:\CW\Vxx\tomcat\conf\server.xml:
     
    • ​​​​​​​Find:  
       
  3. ​​​​​​​ Add a new line before />
     
  4. Add this to the line:

compression="off"
NOTE:
Result should look similar:
maxPostSize="20971520"
compression="off"/>

  1. ​​​​​​​Save the server.xml
     
  2. Edit: D:\CW\Vxx\config\templates\tomcat\server.xml:
     
  3. Find: 
     
  4. Add a new line before />
     
  5. Add this to the line:​​​​​​​
    • compression="off"
       
    • NOTE: Result should look similar:
      maxPostSize="20971520"
      compression="off"/>
       
  6. ​​​​​​​Save the server.xml
    ​​​​​​​
  7. Restart eDP services via Clearwell Utility Option 3

Issue/Introduction

How to disable SSL Compression for eDiscovery Platform