unitedstates / congressional-record

A parser for the Congressional Record.
Other
128 stars 40 forks source link

Find and fix unvalidated HTTPS request #24

Closed konklone closed 6 years ago

konklone commented 7 years ago

From a Travis build that runs python run_tests.py:

InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings

This is using the code in #23, so is only relevant after that's merged.