ImperialCollegeLondon / safedata_validator

Python tools to validate and publish datasets using the safedata metadata format.
https://safedata-validator.readthedocs.io/
MIT License
2 stars 4 forks source link

Make safedata_server entry point work with unverified SSL #52

Closed davidorme closed 1 year ago

davidorme commented 1 year ago

The safedata_server command line API breaks when the metadata server being used doesn't have a proper SSL certificate. It should have one for production us, but during testing and setup it might not. This is definitely an issue when working behind a institutional firewall, where LetsEncrypt is more difficult!

The solution is to have a Resources flag to allow unverified request.post calls.