To disable server certificate validation in azure logic app

Sanjeev KUMAR 27 Reputation points
2020-08-02T12:55:49.477+00:00

Hi All,
Is there anyway to disable Server certificate validation in azure logic apps for a Rest api.
Overview: We have an on-premise API which we are calling using Custom connector(since it is on-premise, using api gateway) but it is throwing error.
Same API when we call as rest connection in azure data factory we get the same error. Then we have disable server certificate validation and our API started working as expected.

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,855 questions
{count} vote

1 answer

Sort by: Most helpful
  1. Krish G 2,326 Reputation points
    2020-08-07T12:15:35.6+00:00

    @Sanjeev KUMAR , Thanks for the details. Since you can not disable certificate validation in Logic App connector, I would suggest you to work with your on-premise API team to look into fixing the SSL certificate at their end. It could be the certificate CN is not matching with the API domain name, or root CA is not trusted, or cert might have expired, or CRL not accessible from internet.