Author Topic: How to stop cwpsrv from listening on port 443?  (Read 1417 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
How to stop cwpsrv from listening on port 443?
« on: January 03, 2022, 03:43:28 PM »
I've checked /usr/local/cwpsrv/conf/cwpsrv.conf and port 443 is not listed.

Yet when I run netstat, I can see the service is actively listening on port 443.

Code: [Select]
$ netstat -tulpn | grep :443
tcp        0      0 0.0.0.0:443             0.0.0.0:*               LISTEN      14647/cwpsrv: maste

How can I disable cwpsrv from listening on port 443?