Braintree SDK SSLCertificateError on AppEngine local dev server
问题 The use of Braintree SDK under my local dev_appserver.py is returning following error on braintree.ClientToken.generate() : SSLError: SSLCertificateError: Invalid and/or missing SSL certificate for URL: https://api.sandbox.braintreegateway.com:443/merchants/<merchant_id>/client_token I am using the requests_toolbelt at the start of my server: # Make requests work in GAE import requests from requests_toolbelt.adapters import appengine appengine.monkeypatch() Explicitly excluding SSL Validation