Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retrieve data via HTTPS #117

Open
waldoj opened this issue Oct 26, 2016 · 0 comments
Open

Retrieve data via HTTPS #117

waldoj opened this issue Oct 26, 2016 · 0 comments

Comments

@waldoj
Copy link
Member

waldoj commented Oct 26, 2016

Right now, we're getting the data from http://www.scc.virginia.gov/clk/data/CISbemon.CSV.zip, but the server supports TLS. Requesting the data via HTTPS yields this error:

urllib2.URLError: <urlopen error [SSL: UNSUPPORTED_PROTOCOL] unsupported protocol (_ssl.c:590)>

Hence the present use of HTTPS. Figure out how to retrieve data via HTTPS.

waldoj added a commit that referenced this issue Oct 26, 2016
A missing Python library is making HTTPs problematic. Fix this in #117.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant