If needed, we can change the Elastix web access port.
Install nano editor if not installed.
yum -y install nano
Open the SSL configuration file.
nano /etc/httpd/conf.d/ssl.conf
Find the line “Listen 443 https”
Replace the line with Listen 56789 https
Find the line “VirtualHost _default_:443”
Replace the line with VirtualHost _default_:56789
Save and quit the file.
service httpd restart
Visit: https://yourelastixserver.com:56789
Done !
Leave A Comment