Hi, DoJo.
The Security Advisory BPA Test is telling me that:
gRPC is the default connection method for this DMA, but port 8004 (.NET REMOTING) is still open.
I'm using gRPC both, for client and for inter-DMA communication.
For client I have configured ConnectionSettings.txt with:
type=GRPCConnection
For inter-DMA communication I have configured MaintenanceSettings.xml with:
<EnableDotNetRemoting>false</EnableDotNetRemoting>
Why is telling me that port 8004 (.NET REMOTING) is still open and own can I fix it?
Thanks in advance!
Hi Fernando,
Do make sure to also disable/remove the rule on the Windows Firewall which allows incoming traffic on port 8004.