I have an exe built on .net 2.0 which communicates with aspx files on Windows Server 2012. The exe calls the aspx files for getting the data. Will there be any issue if Windows Server 2012 is upgraded with TLS 1.2 ? I get error when trying to connect with
https?
None
0 Points
1 Post
Call aspx files on Windows server 2012 with TLS 1.2 from .Net 2.0 exe
Aug 05, 2018 12:48 PM|saurabsingh15|LINK
I have an exe built on .net 2.0 which communicates with aspx files on Windows Server 2012. The exe calls the aspx files for getting the data. Will there be any issue if Windows Server 2012 is upgraded with TLS 1.2 ? I get error when trying to connect with https?
All-Star
48290 Points
17997 Posts
Re: Call aspx files on Windows server 2012 with TLS 1.2 from .Net 2.0 exe
Aug 05, 2018 02:39 PM|PatriceSc|LINK
Hi,
.NET 2.0 is quite old and it's not really surprising that it doesn't support TLS 1.2. I found a summary at https://blogs.perficient.com/2016/04/28/tsl-1-2-and-net-support/