【问题标题】:UFT API Testing: Could Not Create SSL/TLS Secure ChannelUFT API 测试:无法创建 SSL/TLS 安全通道
【发布时间】:2019-04-20 09:43:11
【问题描述】:

我在 UFT API 测试中收到 Could Not Create SSL/TLS Secure Channel。 我们在事件处理程序和端点地址中指定了 HTTP RequestHeaders。 由于我们限制提供,我无法提供太多细节。 知道为什么我们会收到此错误吗?我提到了this,但提供后我仍然收到错误:

ServicePointManager.ServerCertificateValidationCallback += (sender, certificate, chain, errors) => true;

【问题讨论】:

    标签: web-services hp-uft web-api-testing uft14 uft-api


    【解决方案1】:

    可能是证书不兼容,例如证书仅允许 TLS 1.2,而您的客户端仅支持 TLS 1.1 或其他算法。

    【讨论】:

      猜你喜欢
      • 2021-12-13
      • 2014-12-26
      • 2017-02-10
      • 2017-08-22
      • 2016-08-03
      • 2018-06-17
      • 1970-01-01
      • 2023-04-08
      • 1970-01-01
      相关资源
      最近更新 更多