“Could not create SSL/TLS secure channel” in an Azure Web Application
问题 My Azure Web Application needs to connect to various servers (both with and without SSL). This works perfectly as long as I run the application in my local IIS Express or IIS 7.5 on Windows 10. As soon as I deploy the application to Azure it stops working for certain servers that require SSL (thought not all). If I run it through ssllabs these normally get an A while the ones that work get a B or a C. So I would assume that .NET on an Azure instance supports less ciphers than I locally