avelkoski / FRB

Python Client for Interfacing with the Federal Reserve Bank of St. Louis' Economic Data API (FRED®)
MIT License
163 stars 41 forks source link

Ignore SSL Verification when opening URL #2

Closed JordanPlatts closed 6 years ago

JordanPlatts commented 6 years ago

I am working behind a corporate firewall where SSL verificiation fails. I added the ability to ignore SSL verification when opening the URL. See stack overflow

I think I changed most of the comments but let me know if I missed anything.