2
votes

I have a Logic App that calls a REST API via HTTPS. The REST API is protected by a custom SSL certificat provided by a custom authority. When I call it from the Logic App, I get a TrustFailure error, which is a normal situation. But is it possible to add somewhere in Azure the trust chain in order to bypass this error?

1

1 Answers

0
votes

It was confirmed by Microsoft that it is not possible to add my own authority certificates in the list of trusted authorities.