Hi, I am trying to build a flow in power automate to get some basic information from the Cisco Meraki cloud. I am able to run the API call by using Postman, Python, PowerShell, however, whenever I try to run the same call from Power Automate desktop or cloud, I am getting the same error and It fails from the 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.\"." Details of the call: I am using a GET method, the URI is http://api-mp.meraki.com/api/v1/organizations/xxxxxxx/appliance/security/events?timespan=604800&sort... 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.. https://developer.cisco.com/meraki/api-latest/#!get-organization-appliance-security-events I believe it is something related with the TLS certificate .... please I need your help... Best Regards, FAbio Castañeda
... View more