Connection Port to Services on an Endpoint Security Management Server
R81 Harmony Endpoint Server Administration Guide|40
Scenario
Gaia Portal
Certificate
Gaia Portal Listening
Port
Endpoint Security
Listening Port
2 External SSL
certificate
443 4434
3 Self-signed SSL
certificate
4434 443
4 External SSL
certificate
4434 443
Scenario 1 - Gaia Portal uses the default self-signed SSL certificate, Gaia Portal listens on TCP
port 443, and Endpoint Security listens on TCP port 4434
1. Connect to the command line on the Endpoint Security Management Server.
2. Log in to the Expert mode.
3. Modify the $UEPMDIR/apache/conf/ssl.conf file:
a. Back up the current file:
cp -v $UEPMDIR/apache/conf/ssl.conf{,_BKP}
b. Edit the current file:
vi $UEPMDIR/apache/conf/ssl.conf
c. Configure this value in the "Listen" directive:
Listen 0.0.0.0:4434
d. In the "SSL Virtual Host Context" section, configure this value in the
"VirtualHost" directive:
<VirtualHost _default_:4434>
e. Save the changes in the file and exit the editor.
4. Modify the /web/templates/httpd-ssl.conf.templ file: