![]() |
![]() |
#1 |
Serpentine Vermin Jar
Jul 2014
64058 Posts |
![]()
I was reading more about this issue with Framework 4.0 apps and TLS 1.2 support.
If the machine has Framework 4.5+ installed, then it sounds like you can tell it to use TLS 1.2 by default with the addition/modification of a couple of registry keys. This avoids having to recompile an old app, since you're just telling your framework to use a stronger crypto by default. If someone wants to try this out - just make sure your system does already have 4.5 installed. Windows 10 does, by default, so that should be fine. For older systems (Win7/8/8.1) just be sure to check. From an admin command prompt (or add the keys to the registry yourself if you're so inclined): Code:
reg add HKLM\SOFTWARE\Microsoft\.NETFramework\v4.0.30319 /v SchUseStrongCrypto /t REG_DWORD /d 1 /f reg add HKLM\SOFTWARE\Microsoft\.NETFramework\v4.0.30319 /v SystemDefaultTlsVersions /t REG_DWORD /d 1 /f If getting 4.6+ installed and adding some reg keys does the trick, I'd be on board with just recommending that for any misfit users, over the downside of re-enabling the older protocol versions. |
![]() |
![]() |
![]() |
#2 |
Serpentine Vermin Jar
Jul 2014
64058 Posts |
![]()
Thanks for the sticky on this. Hopefully it's still working for people.
![]() |
![]() |
![]() |
![]() |
Thread Tools | |
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Entire .ORG Domain Registry Sold to Private Equity Firm "Ethos Capital" | ewmayer | Lounge | 10 | 2020-07-19 21:54 |
Credit being added to my account | Gordon | PrimeNet | 34 | 2014-06-18 08:21 |
Has SSE2 recently been added to the msieve code? | EdH | Msieve | 10 | 2012-10-04 18:08 |
Should MM31 be added to the search? | ET_ | Operazione Doppi Mersennes | 7 | 2012-09-23 23:01 |
Recently added | T.Rex | mersennewiki | 20 | 2011-04-09 02:23 |