Open GoogleCodeExporter opened 8 years ago
SSL verification errors can happen due to a number of reasons:
* General network issues
* A real SSL issue (there could be a captive portal in between you and Google)
* A Python version/system libraries with SSL issues (2.7.11 seems to work for
most users, but you can try different minor versions, like 2.7.10 or 2.7.9).
Can you verify that none of these are the cause?
Original comment by z...@google.com
on 18 Feb 2016 at 3:43
We are having the same problem, we have python 2.7.5 on our centos 7 OS.
Original comment by joseupb...@gmail.com
on 8 Apr 2016 at 10:33
Hi joseupbase,
Can you verify that the causes I suggested in #1 aren't the source of this
issue?
In particular, what happens when you run `curl https://accounts.google.com/`?
How about `python -c "import urllib2;
urllib2.urlopen('https://accounts.google.com')"`?
Original comment by z...@google.com
on 8 Apr 2016 at 8:21
I haven't heard from you for a while, so I hope you are no longer affected by
this issue. I'm going to close this issue, but if you are still affected please
feel free to open a new issue which refers back to this one for context.
Original comment by faiz...@google.com
on 18 Apr 2016 at 2:40
I am still experiencing the issue but to a lesser degree than before. I have
mitigated the problem by including 'sleep and retry' functionality in our
retrieval process.
Original comment by sm...@allstate.com
on 18 Apr 2016 at 2:44
Original issue reported on code.google.com by
sm...@allstate.com
on 18 Feb 2016 at 1:12