How to disable SCSP Proxy on a CSN

If you need to disable the port 80 SCSP proxy on a CSN, you can use one or both of the following methods to disable the proxy effectively.

Important

Neither method will survive a CSN upgrade, so you will need to reapply these steps after any future upgrade.

Method 1: Disable port 80

  1. Edit /opt/caringo/csn/bin/setfirewall.sh
  2. Comment out the line that references the CSN firewall: 

    $IPTABLES -A CSNFIREWALL -p tcp -m tcp --dport 80 -j ACCEPT
  3. Run: /opt/caringo/csn/bin/setfirewall.sh

Method 2: Disable the SCSP Proxy service

  1. Run the following commands:

    service scspproxy stop
    chkconfig scspproxy off
    mv /etc/monit.d/caringo-scspproxy.monitrc ~



© DataCore Software Corporation. · https://www.datacore.com · All rights reserved.