Hi, I am new to Power Automate, and I am trying to build a flow to get some basic information from the Cisco Meraki cloud where we have some Network Devices. I am able to run an API call by using Postman, Python, PowerShell, however, whenever I try to run the same in Power Automate desktop or cloud, I am getting the same error. It fails from the very begininng. "
"Error de la solicitud HTTP con el código de estado \"TrustFailure\" y el mensaje de estado: \"The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel.\"."
Headers: {
"Content-Type": "application/json",
"Accept": "application/json",
"X-Cisco-Meraki-API-Key": "xxxxxxxxxxxxxxxxxxxxxx"
}
Of course it works from the Meraki site as well by providing the appropriate parameters..
Any idea why I cannot run it and how could we solve it?
I was reading some of the articles, for instance, do not use https, but it didn´t work.