crump icon indicating copy to clipboard operation
crump copied to clipboard

Retrieve data via HTTPS

Open waldoj opened this issue 9 years ago • 0 comments

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 avatar Oct 26 '16 01:10 waldoj