barthoekstra / brc-data-preprocessor

The data preprocessor checks the raw Batumi Raptor Count data coming straight from the Trektellen database. It flags records containing possibly erroneous or suspicious information, but does not delete any data. It is up to coordinators and data technicians to decide what to do with the flagged records.
https://www.batumiraptorcount.org
GNU General Public License v3.0
0 stars 1 forks source link

Fix SSL verification #9

Open barthoekstra opened 3 years ago

barthoekstra commented 3 years ago

SSL issues on Trektellen's side were ignored by setting requests verify=False, but that is an inelegant solution.