python twilio certificate error code example
Example: python twilio certificate error
go to: Python\Python37\Lib\site-packages\twilio\http
open http_client.py and add a line after (self.session.mount....):
self.session.verify = False
go to: Python\Python37\Lib\site-packages\twilio\http
open http_client.py and add a line after (self.session.mount....):
self.session.verify = False