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
- Edit
/opt/caringo/csn/bin/setfirewall.sh
Comment out the line that references the CSN firewall:
$IPTABLES -A CSNFIREWALL -p tcp -m tcp --dport 80 -j ACCEPT
- Run:
/opt/caringo/csn/bin/setfirewall.sh
Method 2: Disable the SCSP Proxy service
Run the following commands:
service scspproxy stop chkconfig scspproxy off mv /etc/monit.d/caringo-scspproxy.monitrc ~
Related articles
© DataCore Software Corporation. · https://www.datacore.com · All rights reserved.