Click here to Skip to main content
15,886,137 members

Comments by nagshead_obx (Top 1 by date)

nagshead_obx 5-Feb-16 14:13pm View    
I added System.Net.ServicePointManager.SecurityProtocol = System.Net.SecurityProtocolType.Tls12 to the Application_Start of global.asax. How can I check to see if TLS 1.2 works? I unchecked TLS 1.2 on IE Advanced options. I had expected the web page to fail.