Not able to call rest api from asp.net core web api

  • 21 April 2021
  • 1 reply
  • 156 views

I am calling REST api from my web api which is implemented using .net core web api. But i am getting The SSL connection could not be established and “Authentication failed because the remote party sent a TLS alert: 'HandshakeFailure'.” message. Please help me why i am getting this message.

Please help me how to establish trust between Miro api and my custom web api.


1 reply

Userlevel 5
Badge +1

Hi @janardhan,

 

Have you tried the API call using cURL or Postman to check if it is linked to the API call or the .Net code?

Could you please share the API call you are performing so we can try to reproduce it (remember to hide your access token and Client Id)?

 

Regards,

Anthony

Reply