我是 Microsoft Flows 的新用户。
我需要使用 HTTP 请求连接 Microsoft Flow。
连接 HTTP 请求时,我将客户端证书与 .pfx 证书文件一起使用。
我使用以下格式:
{ "type": "ClientCertificate", "pfx": "aGVsbG8g...d29ybGQ=", "password": "myPassword" }
我正在添加 Base64 编码格式的 pfx 文件和纯文本格式的密码。
运行 Flow 时,出现以下错误:
BadRequest. Http request failed with status code 'SecureChannelFailure'
and status message: 'The request was aborted: Could not create SSL/TLS secure
channel.'.
请帮助我解决此问题并更正 SSL/TLS 安全通道错误。
谢谢, :)