Uploaded image for project: 'Coin'
  1. Coin
  2. COIN-855

Add SSL support to Coin webserver on ci-files01-hki server

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • P2: Important
    • 1.5
    • None
    • WebServer
    • None

    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

       

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            tosaario Toni Saario
            anleman Andrey Leman
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes