I am trying to inplement REST request via TLS 1.2 protocol and getting issue:
The request was aborted: Could not create SSL/TLS secure channel
1) Application is hosted on Windows 2016 server
2) Register has enabled server and client configuration enabled in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2 folder
3) Application forced to use TLS protocol
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12
4) Application is running on .Net 4.7
I would be appropritiate with any ideas
Thanks