Re: SSL connections hanging

2013-03-15 Thread David Bonner
In Cambridge, we use Comcast, and yeah, we started seeing the same issue a while ago. Simply making ssl connections to www.google.com on https port in a loop will reproduce the issue pretty reliably. On Friday, 1 March 2013 17:29:35 UTC-5, lg...@wordstream.com wrote: > > Hi Chris, > > Funny eno

Re: SSL connections hanging

2013-03-01 Thread lgros
Hi Chris, Funny enough I am based in Boston and yes, we do use Comcast. It is odd though that it started on one day. Regards, L.P. On Friday, March 1, 2013 11:50:31 AM UTC-5, Chris Palmer wrote: > > L.P. > > I have not found a great solution. I ended up patching the adwords library > in a cou

Re: SSL connections hanging

2013-03-01 Thread Chris Palmer
L.P. I have not found a great solution. I ended up patching the adwords library in a couple of places so that it raises reasonable expceptions and then modifying our calling code to catch those various exceptions and retrying the task at hand. Are you based in the US? What area of the country

Re: SSL connections hanging

2013-02-28 Thread lgros
Good afternoon, I use python 2.6, the latest API (adwords_api_python-15.6.2) and also run the same 'hanging time' issue as what Chris describes. It has been going on for a little while (about the same time as Chris). Chris: have you found a remedy to your problem? Anash: has any one else also

Re: SSL connections hanging

2013-02-14 Thread Anash P. Oommen (AdWords API Team)
Hi Chris, ssl hanging/timeouts usually have to do with the local network or ISP issues. I'm not aware of any SSL related issues being reported internally or from other users. Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, February 14, 2013 1:08:33 AM UTC+5:30, Chris Palmer wrote: >

SSL connections hanging

2013-02-13 Thread Chris Palmer
Since Sunday, we are having a problem where various attempts to make or read SSL connections to google services are getting hung up. I would say about 1 in 20 attempts to connect and read data is getting hung. Using the 15.5.0 python client library, with python 2.7.3 (and 2.7.2+) This issue are