1

我们有一个 Azure Logic App,它通过 SSH 连接到外部 SFTP 服务器。几天前,由于“网关超时”,逻辑应用连接器开始出现故障:

{
  "error": {
    "code": 504,
    "source": "logic-apis-westeurope.azure-apim.net",
    "clientRequestId": "********-a74a-4212-93fa-*********",
    "message": "BadGateway",
    "innerError": {
      "status": 504,
      "message": "Request to the SFTP server has taken more than '00:00:30' seconds.\r\nclientRequestId: ********-a74a-4212-93fa-*********",
      "error": {
        "message": "Request to the SFTP server has taken more than '00:00:30' seconds."
      },
      "source": "sftpwithssh-we.azconn-we.p.azurewebsites.net"
    }
  }
}

我们发现外部合作伙伴在他们这边启用了代理协议,这就是 Azure SFTP SSH 连接器失败的原因。

SFTP-SSH 连接器是否支持代理协议,如果支持,如何配置?

不幸的是,我没有在文档中找到任何信息:

4

0 回答 0