jhauserw3241 / cdcdb-webserver

Python3/Flask web server for DB final project
https://cdcdb.system33.pw
1 stars 1 forks source link

Have robohash.py verify TLS cert #1

Closed pastly closed 7 years ago

pastly commented 8 years ago

https://robohash.org's cert expired last night. This prompted me to want to cache images we get from them so we don't hammer this free service and so we don't have to rely on it.

Right now robohash.py does not verify the TLS cert. When it gets fixed, we should set verify=True

pastly commented 8 years ago

Right here: https://github.com/pastly/cdcdb-webserver/blob/master/robohash.py#L50 as of right now

pastly commented 8 years ago

They have a valid cert down. Do the thing.