Can't use continuum behind https proxy --------------------------------------
Key: CONTINUUM-734 URL: http://jira.codehaus.org/browse/CONTINUUM-734 Project: Continuum Type: Bug Components: Web interface Versions: 1.0.3 Reporter: Richard van der Hoff 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: {code:xml} <VirtualHost xx.xx.xx.xx:443> SSLEngine on ProxyPass / http://localhost:8080/ ProxyPassReverse / http://localhost:8080/ ProxyPreserveHost On </VirtualHost> {code} and my jetty config: {code:xml} <listeners> <http-listener> <port>8080</port> </http-listener> </listeners> {code} The links are correct, except that they have s/https/http/. Why does the webapp need to use absolute links anyway? -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira