I have a windows 7 machine on which I made the necessary steps to enable the use TLS1.2 in order to be able to connect to azure and nuget mainly.
here is some of the ressources I used:
- https://support.microsoft.com/en-us/topic/update-to-enable-tls-1-1-and-tls-1-2-as-default-secure-protocols-in-winhttp-in-windows-c4bd73d2-31d7-761e-0178-11268bb10392#bkmk_easy
- https://devblogs.microsoft.com/devops/deprecating-weak-cryptographic-standards-tls-1-0-and-1-1-in-azure-devops-services/
- https://docs.microsoft.com/en-us/windows/win32/secauthn/tls-cipher-suites-in-windows-7
The only thing is, when I setup cipher suites (no matter how), the standard cipher suites keep being used instead of the ones I defined (in group policy, directly in the registry….)
I was able to see that with Wireshark.
I also modified the relevant registry keys for the .net framework so that tls 1.2 would be used by default.
Any idea of what I could be missing ?