devxlogo

Change the Default TLS Version in .NET

Change the Default TLS Version in .NET

.NET uses SSL3 as the default security protocol for communicating with vendor servers.

You can override the default SecurityProtocol used in .NET by setting the TLS 1.2 version explicitly:

ServicePointManager.SecurityProtocol = (SecurityProtocolType)3072;
devxblackblue

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.

About Our Journalist