Hello,

Is there a way to enable both SSLEngine and plain HTTP forward proxying on the same port / virtual host?

To be specific, I want my Apache to serve usual HTTPS on port 443, but
also act as a proxy server using the ProxyRequests directive on the same
port. That's because I don't have another IP address so I have to use
the same, and I want to use my server for CONNECT tunneling, which is
restricted to port 443 by the corporate firewall.

thx
mortee

On 08/24/2011 14:56, Bill Moseley wrote:
On Wed, Aug 24, 2011 at 2:14 PM, Björn Zettergren
<bjorn.zetterg...@basefarm.se <mailto:bjorn.zetterg...@basefarm.se>> wrote:

    Hi Bill,

    I tried your config and i can recreate your problem. But as Eric
    just said in another mail, your browser is not using https to speak
    to https proxy. And i verified that wget speaks http when you point
    out the "https_proxy" environment variable.



Ah, ok.  I saw the CONNECT in a wireshark trace and just assumed I
needed SSL enabled.   Turning off SSLEngine and all woks as expected.

Thanks,


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
  "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to