For .NET 4.0, add the following line code at the Application_start session of the Global.asax:
ServicePointManager.SecurityProtocol = (SecurityProtocolType)768 | (SecurityProtocolType)3072;