azure-logic-apps - 从 Azure 逻辑应用调用 Api 管理时出现 "Could not establish trust relationship for the SSL/TLS secure channel"

标签 azure-logic-apps azure-api-management

我有一个 Azure 逻辑应用程序,我通过设计器在其中添加了一个调用 Azure Api 管理 (APIM) 操作的操作。如前所述,我使用了 Logic App Designer,它指导我完成选择 APIM 操作的过程。

现在,当执行逻辑应用程序时,尝试调用 APIM 操作时出现以下错误:

BadRequest. Http request failed with status code 'TrustFailure' and status message: 'The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel.'.



有人知道为什么会这样吗?我有点卡在这里...

最佳答案

我就此与 Microsoft(Azure 支持)联系并了解了以下内容。引用:

I further talked to the product team and actually there is a limitation in the API Management action. The current API Management action in logic app cannot handle custom domain. The team will look into supporting it in future.

For now, the suggested workaround is to use Http+Swagger action instead. Then you will be able to update the URI by yourself.



只是为了说明这一点:这适用于尝试从 Azure 逻辑应用调用 Api 管理操作的情况。例如,如果您有一个 Web 应用程序并想要调用 APIM 操作,那么自定义域就可以正常工作。

关于azure-logic-apps - 从 Azure 逻辑应用调用 Api 管理时出现 "Could not establish trust relationship for the SSL/TLS secure channel",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43782970/

相关文章:

azure - ARM 模板 API 管理部署策略内容

angular - 从 UI 调用 Azure API 管理

服务标记不起作用的 Azure 应用服务访问限制

azure 逻辑应用程序故障处理

Azure 逻辑应用程序 - 将整个电子邮件作为 .eml 附件发送到休息调用

azure-table-storage - 我可以使用 azure 逻辑应用程序删除旧的 azure 表行吗?

azure - 使用托管标识对 Azure 服务总线进行经过身份验证的 REST API 调用

azure - 即使在 30 秒后,逻辑应用也会返回网关超时错误

azure-logic-apps - 出现错误时停止 foreach 中的逻辑应用程序执行

azure-api-management - 如何为 Multi-Tenancy API 设置 Azure API 管理