On Wed, Aug 24, 2011 at 12:47 PM, J-H Johansen
<ondemannen@xxxxxxxxx> wrote:
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
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!?
--