On Wed, Aug 24, 2011 at 2:14 PM, Björn Zettergren <
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,


>
> I get the same errors as you mention when i run "lwp-request" with HTTP
> (naturally):
> $ lwp-request -m GET -p "http://localhost:8443/"; https://www.google.com
>
> However, when i explicitly tell "lwp-request" to use HTTPS it works fine!
> $ lwp-request -m GET -p "https://localhost:8443/"; https://www.google.com
>
> So, your config is not at fault really, maybe the implementation is though.
>
> /Björn
>
>
> ------------------------------**------------------------------**---------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See 
> <URL:http://httpd.apache.org/**userslist.html<http://httpd.apache.org/userslist.html>>
> for more info.
> To unsubscribe, e-mail: 
> users-unsubscribe@httpd.**apache.org<users-unsubscr...@httpd.apache.org>
>  "   from the digest: 
> users-digest-unsubscribe@**httpd.apache.org<users-digest-unsubscr...@httpd.apache.org>
> For additional commands, e-mail: users-h...@httpd.apache.org
>
>


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

Reply via email to