Just this
\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft.NETFramework\v4.0.30319
Add
SchUseStrongCrypto --> DWord --> Value 1
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
when i try to update the windows 10 for Lumia 532 using OtcUpdater 8.2.1.0 after few minutes getting the error as follows " An error occurred while making the HTTP request to https://fe2.update.microsoft.com/v6/ClientWebService/client.asmx. T "
please help me to recertify the my problem
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Just this
\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft.NETFramework\v4.0.30319
Add
SchUseStrongCrypto --> DWord --> Value 1
Try the solution given in this post:
Solution in the post doesn't work (isn't it incomplete or something?). OTC Updater still can't establish a secure connection.
There was a second post in that thread with more detailed instructions which the author has decided to delete, I have no idea why. This is now posted as a new thread:
Try also this MS resource, the relevant information is at the bottom of the page:
https://docs.microsoft.com/en-us/mem/configmgr/core/plan-design/security/enable-tls-1-2-client
In short, MS have updated the properties of the servers which the OTC updater tool is programmed to look for, however they have not updated the OTC itself since W10M reached end of support in January this year and is no longer maintained. The only way to get it to work is by using the suggested workaround involving the registry edit.
I updated this registry (based on the link), and it worked.
For 32-bit applications that are running on 64-bit OSs, update the following subkey values:
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft.NETFramework\v2.0.50727]
"SystemDefaultTlsVersions" = dword:00000001
"SchUseStrongCrypto" = dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft.NETFramework\v4.0.30319]
"SystemDefaultTlsVersions" = dword:00000001
"SchUseStrongCrypto" = dword:00000001
Try the solution given in this post:
Solution in the post doesn't work (isn't it incomplete or something?). OTC Updater still can't establish a secure connection.
A readme file came with the OTC updater download.
Read this file and comply with the requirements for running the updater.