This can be caused by the following :
start nwappliance
B- Check connectivity from SA server to Core appliance's port using commands below:
- curl -v <appliance_ip>:50106 - curl -v <appliance_ip>:56006 - curl -v <appliance_ip>:50006
If either above "curl" commands report connection refused , then Contact RSA Technical Support, quoting this KB
C- Corrupt DH or cert files:
The files appliance_dh2048.pem or appliance_cert.pem can get corrupt which lead to the error shown in stats page. To check if the files are corrupt or not, run the following :
1- start the nwappliance in Debug mode :
nohup /usr/sbin/Nwappliance > nwappliance.out
"There was an error loading the DH file /etc/netwitness/ng/appliance_dh2048.pem"
"There was an error loading the DH file /etc/netwitness/ng/appliance_cert.pem"
3- Then run the following :
- stop nwappliance
- rm -f /etc/netwitness/ng/appliance_cert.pem
- rm -f /etc/netwitness/ng/appliance_dh2048.pem
4- start nwappliance
D- Corrupt DB stats :
If after examining all above scenarios and still the error persists, then you can try removing the stats DB using the following :
1- stop nwappliance
2- rm -f /var/netwitness/appliance/statdb/*
3- start nwappliance