Re: How to configure TLS on ACS 4.11.1 Web UI

2018-10-03 Thread Rohit Yadav
Hi Netlynker, You're right we've to fix the docs, as we've moved to using embedded jetty as our webserver. The configuration can be found in /etc/cloudstack/management/server.properties: https://github.com/apache/cloudstack/blob/master/client/conf/server.properties.in#L35 You just need to cr

Re: How to configure TLS on ACS 4.11.1 Web UI

2018-09-18 Thread Netlynker
Hi, Yes, I know I can use proxy or lb to ssl offload but I need to do end-to-end with TLS. That is why I need to terminate TLS on ACS server. Thanks for your suggestion anyway. Regards, On Tue, 18 Sep 2018 at 1:36 PM, Skale Franz wrote: > Why not using nginx as a reverse proxy ? > To start wi