From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Simon Friedberger Newsgroups: gmane.emacs.help Subject: eww using GET for https Date: Fri, 09 Jan 2015 18:21:49 +0100 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1420825943 29910 80.91.229.3 (9 Jan 2015 17:52:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 9 Jan 2015 17:52:23 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jan 09 18:52:18 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Y9diG-0001Cs-K0 for geh-help-gnu-emacs@m.gmane.org; Fri, 09 Jan 2015 18:51:08 +0100 Original-Received: from localhost ([::1]:51646 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y9diF-00023C-WC for geh-help-gnu-emacs@m.gmane.org; Fri, 09 Jan 2015 12:51:08 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47517) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y9di4-00022t-69 for help-gnu-emacs@gnu.org; Fri, 09 Jan 2015 12:50:57 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y9di0-0004TH-5x for help-gnu-emacs@gnu.org; Fri, 09 Jan 2015 12:50:56 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:37484) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y9dhz-0004T5-Uz for help-gnu-emacs@gnu.org; Fri, 09 Jan 2015 12:50:52 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Y9dhD-0004Jb-Cv for help-gnu-emacs@gnu.org; Fri, 09 Jan 2015 18:50:03 +0100 Original-Received: from hsi-kbw-046-005-002-172.hsi8.kabel-badenwuerttemberg.de ([46.5.2.172]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 09 Jan 2015 18:50:03 +0100 Original-Received: from simon+gmane by hsi-kbw-046-005-002-172.hsi8.kabel-badenwuerttemberg.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 09 Jan 2015 18:50:03 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 29 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: hsi-kbw-046-005-002-172.hsi8.kabel-badenwuerttemberg.de User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:101971 Archived-At: 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? Regards, Simon