My application connects to Experian server and Experian will soon stop supporting TLS 1.0 and TLS 1.1. All connectivity using HTTPS must use TLS Version 1.2.
I want to do some research on that issue and see sending HttpWebRequest
using TLS 1.2 on .NET 4.0 framework works
If it does not, I will probably need to create a webservice
on .NET 4.5 and call its methods, if it does, I do not have to anything.
Has anyone already faced with that issue?