From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Barton Subject: Re: Google weather Date: Tue, 07 Jun 2011 13:14:31 +0100 Message-ID: <87r57525zs.fsf@manor-farm.org> References: <2FDBB154-BCB9-4EB7-ABFD-A13B1A2028C2@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:49003) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QTvki-00081V-RR for emacs-orgmode@gnu.org; Tue, 07 Jun 2011 08:51:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QTvkd-0006ll-Gd for emacs-orgmode@gnu.org; Tue, 07 Jun 2011 08:51:24 -0400 Received: from [217.146.125.41] (port=47145 helo=scamper) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QTvkc-0006bq-QZ for emacs-orgmode@gnu.org; Tue, 07 Jun 2011 08:51:19 -0400 In-Reply-To: <2FDBB154-BCB9-4EB7-ABFD-A13B1A2028C2@gmail.com> (Carsten Dominik's message of "Tue, 7 Jun 2011 08:53:11 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Carsten Dominik Cc: emacs-orgmode mailing list Carsten Dominik writes: > > I am trying to use the google weather in Org-mode for the first time, > but I am always getting a 443 error when I evaluate something like > > (org-google-weather "Amsterdam") > > I am not sure where to look for what might causing this - any pointers would be It looks as though google-weather is trying to use ssl to contact Google. It shouldn't need to do this, as the weather site it accessible via port 80. Try pasting the following url's into your browser: http://www.google.co.uk/ig/api?weather=Amsterdam&hl=en-gb https://www.google.co.uk/ig/api?weather=Amsterdam&hl=en-gb You will need to replace google.co.uk with whatever the url is for Netherlands. You should get an wml page with the weather forecast. If that is working it rules out any problems with proxy servers and ssl. Best wishes, Ian.