help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: eww using GET for https


From: Pedro Insua
Subject: Re: eww using GET for https
Date: Fri, 09 Jan 2015 21:30:32 +0100
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (Gojō) APEL/10.8 EasyPG/1.0.0 Emacs/24.4.50 (x86_64-apple-darwin13.3.0) MULE/6.0 (HANACHIRUSATO)

At Fri, 09 Jan 2015 18:21:49 +0100,
Simon Friedberger wrote:
> 
> Hello List!
> 
> 
> I am trying to figure out what is going on with my emacs setup at work.
> 
> I could not access marmalade and started digging.
> 
> By now I have installed the gnutls and libxml2 dlls and set the
> http_proxy environment variable to the company proxy.
> 
> Now I get an
> 
> "Unsupported Request Method and Protocol"
> 
> when using
> 
> M-x eww
> https://www.google.de
> 
> So I fired up wireshark and (I may have misread because it's a bit hard
> to find the relevant stuff in a wireshark dump but) it looks like emacs
> is sending a GET request for the https URL instead of a CONNECT. Now my
> networking knowledge is rather limited but that might be wrong.
> 
> How should I proceed?
> 

  Change the proxy address and try:

    (setq url-proxy-services '(("http" . "192.168.2.2:8080")))

  

> 
> Regards,
> Simon
> 
> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]