I am using Graph Api trial tanent accout and consuming in c# console application with framework 4.6.2 but while using below code, I am getting ERROR 12029, "A connection with the server could not be establishd" can you please help me in this .
var currentUser = await graphClient.Me.Request.GetAsync();