sul-cidr / scriptchart-backend

Admin UI and API for Scriptchart
https://db.syriac.reclaim.hosting/admin
MIT License
1 stars 0 forks source link

Fix/certificate verification #49

Closed simonwiles closed 5 years ago

simonwiles commented 5 years ago

I missed one call to requests.get that had explicitly set verify=False (for reasons unclear). This PR corrects that.

(Edit: this is really a logging issue only, so there's no hurry whatsoever with this, and it can be merged next week sometime if that suits.)