Curl error “no alternative certificate..”
问题 We have a problem in only one of our servers hosted at Amazon (the development server). The problem happens when doing a curl request to a specific domain, by running this: > curl https://api.plivo.com Results in: curl: (51) SSL: no alternative certificate subject name matches target host name 'api.plivo.com' I did some research and found out that it might be a problem with the server's certificate, however if I try this from any other server it works fine, same on my local machine. So I'm