You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@continuum.apache.org by "Martin van den Bemt (JIRA)" <ji...@codehaus.org> on 2008/04/21 02:47:55 UTC

[jira] Commented: (CONTINUUM-734) Can't use continuum behind https proxy

    [ http://jira.codehaus.org/browse/CONTINUUM-734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=131527#action_131527 ] 

Martin van den Bemt commented on CONTINUUM-734:
-----------------------------------------------

When was this fixed ? In current trunk it doesn't work..

> 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
>            Assignee: Emmanuel Venisse
>             Fix For: 1.1-alpha-1
>
>         Attachments: mod_proxy_http.so
>
>
> 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