On Wed, Aug 24, 2011 at 12:47 PM, J-H Johansen <ondeman...@gmail.com> wrote:

>
> I've never used Apache like this before but I suspect that you may need the
> SSLProxyEngine directive as well.
> http://httpd.apache.org/docs/2.2/mod/mod_ssl.html#sslproxyengine
>


Thanks.  I was just about to update my message --- I have tried that too,
that is:

...
<VirtualHost *:8443>
    ProxyRequests ON
    SSLProxyEngine ON
...


And I get the same results with using wget instead of a browser (just to
isolate that part of the problem):

moseley@bair ~/Documents/apache $ cat ~/.wgetrc
https_proxy = https://localhost:8443

moseley@bair ~/Documents/apache $ wget https://mail.google.com/
--2011-08-24 12:48:42--  https://mail.google.com/
Resolving localhost... 127.0.0.1, ::1, fe80::1
Connecting to localhost|127.0.0.1|:8443... connected.
Failed reading proxy response: Unknown error: 0
Retrying.

Then in the logs same error:

[Wed Aug 24 12:48:55 2011] [info] SSL Library Error: 336027803
error:1407609B:SSL routines:SSL23_GET_CLIENT_HELLO:https proxy request
speaking HTTP to HTTPS port!?



-- 
Bill Moseley
mose...@hank.org

Reply via email to