Skip to main content

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

  • April 21, 2021
  • 1 reply
  • 166 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

Anthony Roux
Mironeer
Forum|alt.badge.img+1
  • Mironeer
  • 215 replies
  • April 27, 2021

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