0

I am getting Could Not Create SSL/TLS Secure Channel in UFT API Testing. we specified HTTP RequestHeaders in event handlers and End Point address as well. I could not give much details as we have restricted to provide. Any Idea why we are getting this error? I referred to this but I'm still getting error after providing:

ServicePointManager.ServerCertificateValidationCallback += (sender, certificate, chain, errors) => true;
marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
TestQTP
  • 131
  • 1
  • 1
  • 8

1 Answers1

0

Maybe its an certificate incompatibility, e.g the certificate only allows TLS 1.2 while your client only supports TLS 1.1, or other algorithms.

Jonas
  • 198
  • 1
  • 14