Re: [users@httpd] Using CONNECT with SSL Proxy

2013-09-10 Thread Nikolaus Rath
Hi Eric, Do you have a link? I'm not able to find it on https://issues.apache.org/bugzilla/ (tried searching for mod_proxy_connect, proxy + connect + ssl, proxy + connect + tls, proxy + connect). Thanks! -Nikolaus On 09/10/2013 08:27 AM, Eric Covener wrote: > please search bugzilla, there is a

Re: [users@httpd] Using CONNECT with SSL Proxy

2013-09-10 Thread Eric Covener
please search bugzilla, there is a long-standing issue. On Tue, Sep 10, 2013 at 11:23 AM, Nikolaus Rath wrote: > Hello, > > I would like to establish a TLS connection to my apache proxy and then > use the CONNECT method. I have configured a virtual host with > "ProxyRequests On" and "SSLProxyEngi

[users@httpd] Using CONNECT with SSL Proxy

2013-09-10 Thread Nikolaus Rath
Hello, I would like to establish a TLS connection to my apache proxy and then use the CONNECT method. I have configured a virtual host with "ProxyRequests On" and "SSLProxyEngine On". Accessing the proxy over TLS works fine, but as soon as I issue the CONNECT command, the TLS connection breaks do