From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Barton Subject: Re: Google weather Date: Tue, 07 Jun 2011 13:19:18 +0100 Message-ID: <4DEE1746.5030607@wilkesley.net> References: <2FDBB154-BCB9-4EB7-ABFD-A13B1A2028C2@gmail.com> Reply-To: lists@manor-farm.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:57767) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QTvFy-0002gS-3V for emacs-orgmode@gnu.org; Tue, 07 Jun 2011 08:19:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QTvFw-0000kK-I2 for emacs-orgmode@gnu.org; Tue, 07 Jun 2011 08:19:38 -0400 Received: from mail.ian-barton.com ([109.74.196.44]:34327 helo=li40-130.members.linode.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QTvFw-0000k1-9I for emacs-orgmode@gnu.org; Tue, 07 Jun 2011 08:19:36 -0400 In-Reply-To: <2FDBB154-BCB9-4EB7-ABFD-A13B1A2028C2@gmail.com> 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 On 07/06/11 07:53, Carsten Dominik wrote: > Hi everyone, > > 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 > appreciated.... > 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 xml page with the weather forecast. If that is working it rules out any problems with proxy servers and ssl. Best wishes, Ian.