You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Jorge Infante Osorio <jo...@uci.cu> on 2011/04/04 22:14:53 UTC

apache proxy reverse. redirect from http to https

Hi all.

I have a reverse proxy in http://reverseproxy/  and I want to access to an
internal node https://nodesecure:8443/ when I type http://reverseproxy/ in
firefox.

So part of my httpd.conf :

ProxyPass                  /      https://nodesecure:8443/
ProxyPassReverse /      https://nodesecure:8443/
ProxyHTMLURLMap     https://nodesecure:8443    /

What I missed?

Thanks,
Ing. Jorge Infante Osorio.
J´Dpto Soluciones SOA.
CDAE.
UCI



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: apache proxy reverse. redirect from http to https

Posted by André Warnier <aw...@ice-sa.com>.
Jorge Infante Osorio wrote:
> Hi all.
> 
> I have a reverse proxy in http://reverseproxy/  and I want to access to an
> internal node https://nodesecure:8443/ when I type http://reverseproxy/ in
> firefox.
> 
> So part of my httpd.conf :
> 
> ProxyPass                  /      https://nodesecure:8443/
> ProxyPassReverse /      https://nodesecure:8443/
> ProxyHTMLURLMap     https://nodesecure:8443    /
> 
> What I missed?
> 

Well, for a start, that this is the Tomcat users support list, not the Apache httpd 
support list.
Look here : http://httpd.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org