If your application connects to a remote HTTP based API service (through web service, WCF service or REST API), you’ve probably already (or soon will) receive a notice from the provider that they will no longer support SSL version 3.0 due to the security bug.
We have heard from a lot of you asking whether your application can continue to connect to a remote web service once they remove SSL V3 support. We’ve tested several common technologies that makes https calls and they all work correctly.
ASP.NET: System.Net.Http.HttpClient and System.Net.HttpWebRequest classes
ASP: MSXML2.ServerXMLHTTP.6.0
PHP: cURL
If you use other methods to make an HTTPS call, feel free to contact us and we’ll perform a simple test and let you know.