nopCommerce 3.6 and TLS 1.2

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
3 years ago
Hello!

How can I force a nopCommerce 3.6 site to use TLS 1.2?  I have added the code below to the Application_Start of my Global.asax.cs, recompiled, copied Nop.Web.dll to my server, and restarted the app pool.  Chrome still shows that my site is using TLS 1.0.  Is there something else I need to do?

System.Net.ServicePointManager.SecurityProtocol = System.Net.SecurityProtocolType.Tls12;


Jeremy
3 years ago
Check your server setup, E.G. for WIndows this is a great tool to force TLS 1.2: https://www.nartac.com/Products/IISCrypto/
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.