Skip to content
  • There are no suggestions because the search field is empty.

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
 
server{
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 & Network
RSA Product/Service Type: Core Appliance
RSA Version/Condition: 11.X

Approval Reviewer Queue

RSA NetWitness Suite Approval Queue