Reputation: 127
We have exposed a url to Twilio to send the sms delivery status and it was working fine when we hosted our service in our own data center. But we moved our services to aws ; Twilio is unable to call our service and it showing the below error https://www.twilio.com/docs/api/errors/11200 please help
Upvotes: 1
Views: 95
Reputation: 10771
make sure your Elastic IP Address is reachable using TCP/443 (you enabled this on your EC2 instance, correct) and your application supports both GET and POST methods. Check the Debugger (small bug icon in upper right corner of console) for any relevant error messages, otherwise the error 11200 URL you provided has a lot of extra steps to check.
You should be able to reach your application via your web browser, for testing.
Which IP addresses will Twilio's requests come from?
Upvotes: 1