Uploaded image for project: 'Continuum'
  1. Continuum
  2. CONTINUUM-734

Can't use continuum behind https proxy

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.0.3
    • 1.1-alpha-1
    • Web interface
    • None

    Description

      As noted in CONTINUUM-240, it's not currentlyy possible to run the continuum webapp behind an https proxy, as all the links are http://...

      My apache setup is something along the lines of:

      <VirtualHost xx.xx.xx.xx:443>
          SSLEngine on
          ProxyPass         /  http://localhost:8080/
          ProxyPassReverse  /  http://localhost:8080/
          ProxyPreserveHost On
      </VirtualHost>
      

      and my jetty config:

                  <listeners>
                    <http-listener>
                      <port>8080</port>
                    </http-listener>
                  </listeners>
      

      The links are correct, except that they have s/https/http/.

      Why does the webapp need to use absolute links anyway?

      Attachments

        Issue Links

          Activity

            People

              evenisse Emmanuel Venisse
              richvdh Richard van der Hoff
              Votes:
              2 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: