Disable port 80 at RSA NetWitness Server version 11.X
Issue
Customer has security regulations where they are required to disable plain web service port 80 at Netwitness Server.
Resolution
-Connect to the Netwitness Server via SSH.
-Open /etc/nginx/conf.d/nginx.conf file and comment all the below lines in the file
-Restart nginx buy running below command
server{
listen 80;
server_name _;
server_tokens off;
#Redirect anything else to SSL
location / {
rewrite ^ https://$host$request_uri? permanent;
}
}
listen 80;
server_name _;
server_tokens off;
#Redirect anything else to SSL
location / {
rewrite ^ https://$host$request_uri? permanent;
}
}
-Restart nginx buy running below command
service nginx restart
Product Details
RSA Product Set: NetWitness Logs & NetworkRSA Product/Service Type: Core Appliance
RSA Version/Condition: 11.X
Approval Reviewer Queue
RSA NetWitness Suite Approval Queue