Have an integration in C# and has been working fine for a long time till now as nd we get the following error
{"The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel."}
When doing the following call
var full = await client.Users.GetCurrentAccountAsync();
Any help would be appreciated
thanks