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: Re: eww using GET for https Date: Fri, 09 Jan 2015 21:52:44 +0100 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1420836803 9612 80.91.229.3 (9 Jan 2015 20:53:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 9 Jan 2015 20:53: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 21:53:16 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 1Y9gYW-0004n3-6i for geh-help-gnu-emacs@m.gmane.org; Fri, 09 Jan 2015 21:53:16 +0100 Original-Received: from localhost ([::1]:52184 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y9gYV-0005Qh-K7 for geh-help-gnu-emacs@m.gmane.org; Fri, 09 Jan 2015 15:53:15 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56943) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y9gYK-0005QY-4a for help-gnu-emacs@gnu.org; Fri, 09 Jan 2015 15:53:05 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y9gYE-0004zZ-SR for help-gnu-emacs@gnu.org; Fri, 09 Jan 2015 15:53:04 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:53162) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y9gYE-0004zA-LM for help-gnu-emacs@gnu.org; Fri, 09 Jan 2015 15:52:58 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Y9gYC-0004dp-Eo for help-gnu-emacs@gnu.org; Fri, 09 Jan 2015 21:52:56 +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 21:52:56 +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 21:52:56 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 14 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 In-Reply-To: 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:101984 Archived-At: Hi Pedro, On 01/09/2015 09:30 PM, Pedro Insua wrote: > Change the proxy address and try: > > (setq url-proxy-services '(("http" . "192.168.2.2:8080"))) not sure what you mean by changing the proxy address. Since it's the company proxy I can't change its address. I can try setting url-proxy-services however, so far I tried with the http_proxy environment variable. Best, Simon