I need to connect to a webservice that uses TLS1.3.
It seems when I use ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls13
it does not connect giving me the exception:
"The client and server cannot communicate, because they do not possess a common algorithm"
The project is using .NET 4.8 and I have tried running the software on both Windows 10, and windows server 2016. in both cases using Wireshark I don't even see an attempt by the client to list valid ciphers it can use.
Any insight into this issue would be appreciated.