When I use TwiML to send commands, Twilio API (TwilioProxy/1.1) makes requests to my Apache server on HTTPS without SNI support.
I need to block non-SNI clients (SSLStrictSNIVHostCheck On
) on my server because I use multiple SSL certificates with multiple domains and they all use Twilio.
Is it possible to use a different API that has SNI support or a workaround that would make that work with SNI ?