SSL backend via ProxyRemote (using CONNECT)

2014-04-24 Thread Yann Ylavic
Hello, with the following (chained) configuration : VirtualHost 127.0.0.1:80 ServerName reverse-proxy ProxyPass / https://backend:443/ ProxyRemote * http://proxy:8080 #ProxyRequests off /VirtualHost VirtualHost 127.0.0.1:8080 ServerName forward-proxy ProxyRequests on

RE: SSL backend via ProxyRemote (using CONNECT)

2014-04-24 Thread Plüm , Rüdiger , Vodafone Group
-Original Message- From: Yann Ylavic [mailto:ylavic@gmail.com] Sent: Donnerstag, 24. April 2014 15:05 To: httpd Subject: SSL backend via ProxyRemote (using CONNECT) Hello, with the following (chained) configuration : VirtualHost 127.0.0.1:80 ServerName reverse

Re: SSL backend via ProxyRemote (using CONNECT)

2014-04-24 Thread Yann Ylavic
On Thu, Apr 24, 2014 at 3:29 PM, Plüm, Rüdiger, Vodafone Group ruediger.pl...@vodafone.com wrote: IMHO this is a flaw of the backend as IMHO full URL's are allowed also in non proxy cases by the RFC. I agree, but I can't do anything on the (broken) backend side, proxy only... I can live with

Re: SSL backend via ProxyRemote (using CONNECT)

2014-04-24 Thread Yann Ylavic
On Thu, Apr 24, 2014 at 3:37 PM, Yann Ylavic ylavic@gmail.com wrote: On Thu, Apr 24, 2014 at 3:29 PM, Plüm, Rüdiger, Vodafone Group ruediger.pl...@vodafone.com wrote: IMHO this is a flaw of the backend as IMHO full URL's are allowed also in non proxy cases by the RFC. I agree, but I