Re: apache proxy reverse. redirect from http to https

2011-04-04 Thread André Warnier
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/ ProxyPassReve

apache proxy reverse. redirect from http to https

2011-04-04 Thread Jorge Infante Osorio
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: