I guess this is only needed for local developemnt, when calling localhost, probably we should use a dev flag to enable/disable this?
if self.config["ENV"] == "development"
client.session.verify = False
Originally posted by @jrcastro2 in #32 (comment)