all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Pedro Insua <pedroinsua@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: eww using GET for https
Date: Fri, 09 Jan 2015 21:30:32 +0100	[thread overview]
Message-ID: <m24mrz8zo7.wl-pedroinsua@gmail.com> (raw)
In-Reply-To: <m8p2nd$v4p$1@ger.gmane.org>

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	other threads:[~2015-01-09 20:30 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-09 17:21 eww using GET for https Simon Friedberger
2015-01-09 20:30 ` Pedro Insua [this message]
2015-01-09 20:52   ` Simon Friedberger
2015-01-09 22:06     ` Pedro Insua
     [not found]   ` <mailman.17573.1420836786.1147.help-gnu-emacs@gnu.org>
2015-12-30  9:24     ` whudwl

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m24mrz8zo7.wl-pedroinsua@gmail.com \
    --to=pedroinsua@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.