Hi @Viral Shah ,
Welcome to Microsoft Q&A!
Please try to configure .NET Framework to support strong cryptography to use TLS 1.2 or enable TLS 1.0 from registry.
For configuring to support strong cryptography > press Windows key + R > type regedit
> navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\.NetFramework\v4.0.30319
> add a new registry entry named SchUseStrongCrypto
> set its type to DWord > set its value = 1.(or creating a new registry entry by using PS command)
For enabling TLS 1.0 > press Windows key + R > type regedit
> navigate to Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols
\
> TLS 1.0 > Client > Enabled DWord value 1.
Sincerely,
Anna
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Hello, from the error message, it seems that the TLS version 1.2 needs to be used. And it is not enabled currently.
Please refer to: Enable support for TLS 1.2 in your environment.
And ensure that your Windows OS supports TLS 1.2.