我是Microsoft Flows的新用户。
我需要将Microsoft Flow与HTTP请求连接。
连接HTTP请求时,我将客户端证书与.pfx证书文件一起使用。
我正在使用以下格式:
{ “ type”:“ ClientCertificate”, “ pfx”:“ aGVsbG8g ... d29ybGQ =”, “密码”:“ 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安全通道错误。
谢谢, :)