search
cancel
Search
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
Show More
Show Less
Issue/Introduction
If you need to secure the connection to your SA appliance, you can follow these steps.
Resolution
Log in to the appliance via ssh or console as the root user.
Edit the configuration file:
vi /etc/sysconfig/httpd
Locate these lines:
export HTTP_PORT=<portnumber>
export HTTPS_PORT=<portnumber>
Replace
<portnumber>
with the desired port number and then save the file.
Finally, restart the webserver:
service httpd restart
Feedback
thumb_up
Yes
thumb_down
No