LogicApp Consumption HTTP API call self signed certicate

Lopez Alonso, Luis 161 Reputation points
2021-11-23T15:06:52.083+00:00

Hi,

I'm triying to make an HTTP api call from a Logic App (Consumption), to an api with self-signed certicate.
When I make the call, I always receive se same error message:

Http request failed with status code 'NameResolutionFailure' and status message: 'The remote name could not be resolved: 'myWeb'

I've reviewed the documentation, but the configurations I found are for LogicApp (Standard):
https://learn.microsoft.com/en-us/azure/connectors/connectors-native-http#authentication-for-single-tenant-environment

How can I make the API Call without using an LogicApp(Standard)/ISE/API Management?

Thanks a ton for your support

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,996 questions
0 comments No comments
{count} votes

Accepted answer
  1. MayankBargali-MSFT 70,016 Reputation points
    2021-11-24T04:50:33.31+00:00

    @Lopez Alonso, Luis Unfortunately, you cannot call HTTP requests having self signed certificate as mentioned here for the multi-tenant Azure Logic Apps environment i.e. Consumption SKU.

    For logic apps in the global, multi-tenant Azure Logic Apps environment, HTTP operations don't permit self-signed TLS/SSL certificates. If your logic app makes an HTTP call to a server and presents a TLS/SSL self-signed certificate, the HTTP call fails with a TrustFailure error.


0 additional answers

Sort by: Most helpful