Secure Global Desktop 4.31 Administration Guide > Security > Using Secure Global Desktop with the HTTPS port through a firewall
Your firewall only allows web access from the Internet via port 443. You need Secure Global Desktop to use this port as well.
Reconfigure Secure Global Desktop to listen on port 443. Then use the Firewall Forwarding facility to allow Secure Global Desktop to forward any traffic not related to Secure Global Desktop to your web server.
Indigo Insurance, has their firewall configured to only allow HTTPS access (on port 443) from the Internet. They do not want to open any additional ports so their array of Secure Global Desktop servers must use the same port as well.
tarantella config list
--array-port-encrypted
to check that the change to the port number
has taken effect.<IfDefine SSL>
section in the httpd.conf
file and change Listen 443 to Listen 127.0.0.1:443.https://127.0.0.1:443
.
(Alternatively, type tarantella config edit --security-firewallurl https://127.0.0.1:443
from a command line.)tarantella webserver restart --ssl.
tarantella restart
command.Copyright © 1997-2007 Sun Microsystems, Inc. All rights reserved.