How to change GUI port for http and https of the Security Analystics Appliance via the CLI
search cancel

How to change GUI port for http and https of the Security Analystics Appliance via the CLI

book

Article ID: 169133

calendar_today

Updated On:

Products

Security Analytics

Issue/Introduction

If you need to secure the connection to your SA appliance, you can follow these steps.

Resolution

  1. Log in to the appliance via ssh or console as the root user.
  2. Edit the configuration file:  vi /etc/sysconfig/httpd 
  3. Locate these lines: 
export HTTP_PORT=<portnumber> 
export HTTPS_PORT=<portnumber> 
  1. Replace <portnumber> with the desired port number and then save the file.
  2. Finally, restart the webserver:  service httpd restart