rdegges/django-twilio

api.twilio.com switching to SHA-2 certificates

scottginger opened this issue · 1 comments

Twilio announced it's updating api.twilio.com to use SHA-2 certs. Does django-twilio support the new certificates?

I contacted Twilio support, who told me that the official Twilio Python package "twilio-python", which django-twilio depends on, uses the system SSL library.

This means that django-twilio is agnostic to certificate type -- if the system supports SHA-2 certs, this package supports SHA-2 certs.