[ http://jira.codehaus.org/browse/CONTINUUM-734?page=comments#action_74730 ] David Roussel commented on CONTINUUM-734: -----------------------------------------
Can't you just go into http://localhost:8080/continuum/continuum/target/EditContinuumConfiguration.vm and change the Base URL to the https version? > Can't use continuum behind https proxy > -------------------------------------- > > Key: CONTINUUM-734 > URL: http://jira.codehaus.org/browse/CONTINUUM-734 > Project: Continuum > Issue Type: Bug > Components: Web interface > Affects Versions: 1.0.3 > Reporter: Richard van der Hoff > Fix For: 1.1 > > > 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