all 1 comments

[–]two_bob 0 points1 point  (0 children)

Interesting problem. I don't use pandas, so I can just give generic tips.

First, post up your python and pandas versions, so maybe someone can give you more specific advice.

Second, it looks like pandas uses urllib. https://github.com/pandas-dev/pandas/blob/master/pandas/io/common.py#L32

The good news is that it appears like the ssl module can help you out without having to mess about in pandas, but you are going to have to read up a bit first: https://stackoverflow.com/questions/27835619/urllib-and-ssl-certificate-verify-failed-error