【发布时间】: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