Giter Site home page Giter Site logo

Comments (1)

mmercurio avatar mmercurio commented on September 17, 2024

Apologies for the very late. This project hasn't seen much action in recent years.

Thus the question is, if we have .NET 4.0 on Windows 7 SP1, can't we simply enable TLS 1.2 in our apps by default (with/without code changes of ServicePointManager) by making such system-wide registry change above WITHOUT requring to install .NET 4.6 (or .NET 4.5) as it is a global Schannel registry tweak?

It's been a while since I looked at this, but I believe it is possible. See this Stack Overflow thread for more details with answers provided both for enabling via registry and via code.

Is it still and "really" required to install .NET 4.6 (some articles say 4.5) along with existing .NET 4.0 environment even we do all the necessary registry changes?

It is possible to use .NET 4.5. However, iirc, using .NET 4.5 would require application code changes to explicitly set TLS 1.2.

The reasons for choosing .NET 4.6 at the time and finding a solution that did not require code changes was done specifically to minimize updates to clients' systems and other vendors' (i.e., third-party) software already installed on those systems. These motivations and other potential solutions (e.g., NARTAC's IIS Crypto) were highlight in this blog post, which was long ago taken down and now only publicly available via Wayback Machine:
https://web.archive.org/web/20180324130113/https://blog.thelevelup.com/pci-security-is-your-restaurant-ready/

from pos-tls-patcher.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.