Update api.py
Updated default verify in Client class to True (instead of None)
The line "self.verify = True if verify else False" takes verify, if it is None, the result of this if clause will be False. Verify false is a bad default, disabling SSL verification as a default is a bad security practice.
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
This pr is related to https://github.com/ecmwf/cdsapi/pull/39
This has been addressed by #64