What is the simplest way to configure servoy server to run on port 443 (ie the standard ssl port).
Lots of corporate firewalls block access to ports other than 80 and 443 so our client find it hard to reach solutions that are hosted on 8080.
Have I missed something in the docs?
I scanned the manuls but couldnt find anything obvious. If someone can point me to a howto that would be great.
Al.
Have you taken a look at the admin pages of the Server. You can configure the connections under ‘Servoy Server Home’…
our firewall is already set to forward port 443 SSL to our Citrix Server
now I would like to enable SSL for the Servoy Server as well
I suspect it’s not possible to do both, thru the firewall
any suggestions appreciated
greg
You can enable SSL regardless of the port you use. Just choose a port and enable SSL.
but what about users downloading the smart client for the first time
we currently use port 8080. Can this be SSL?
also, through server admin, I have SSL enabled, but somehow still need to open the RMI port on the firewall
greg
Without being an expert on that: port 443 is usually used for https. That doesn’t mean that only on this port you can use SSL. The RMI port is always needed (except if you use http tunelling as it will be possible with 3.5). So, yes, you can use SSL on any port you choose, it can well be 8080.