Description
Would it be possible to add SSL support to Coin webserver on ci-files01-hki server?
On modern browser there is automatic redirection http -> https that causes the problem when you try to open the page: http://ci-files01-hki.intra.qt.io:8080/ since SSL is not enabled on default 8080 port (you can use direct IP address instead, http://10.212.0.13:8080/coin/)
/home/qt/bin//webserver -storage-root=/hdd/www/cilogs/ -log-file=/home/qt/bin//webserver.txt -pid-file=/home/qt/bin//webserver.pid
Another way is to configure Apache reverse proxy, but other port has to be used in that case. E.g if webserver is running on 8080 port, Apache proxy should be running on different port, for example 9090: https://ci-files01-hki.ci.qt.io:9090 -> http://127.0.0.1:8080