Twilio - TwiML with SNI Support

2019-02-18 19:09发布

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 ?

2条回答
我只想做你的唯一
2楼-- · 2019-02-18 19:35

To be clear, Twilio has supported SNI since August 2015 which came almost 3 months after the original answer David provided. In the new Console - Account Settings you will find that here: https://www.twilio.com/console/account/settings

查看更多
叛逆
3楼-- · 2019-02-18 19:43

I've just had a similar problem. Twilio was working fine with SNI (CloudFlare free Universal SSL) up to end April 2015, but suddenly stopped working.

Twilio support says that the TwilioProxy doesn't yet support SNI. This surprises me since it was working with SNI until recently. They say SNI support is on the backlog and they 'hope to support it in the future'.

A workaround may be to put CloudFlare Pro in front of your server for non-SNI, but this is currently $20 for the first site and $5 for additional sites.

Alternatively, other alternatives (e.g. Plivo) may support SNI. I'm investigating them; they're cheaper than Twilio too but don't have TwiML.

查看更多
登录 后发表回答