Hi all, Am creating a script using webservice protocol. Once I...

  • Thread starter Pavan Kumar Chowdary
  • Start date
  • perf-test.com need your contributions to build up a strong repository of performance engineering resources.

P

Pavan Kumar Chowdary

Guest
Hi all, Am creating a script using webservice protocol. Once I import the Wsdl into Lr it's parsing successful. When I run it for one iteration in response it's giving ssl error from server side. Can any let me know how can I resolve this. Thanks, Pavan
 
Try using web_set_sockets_option("SSL_VERSION", "TLS") in vuser int. You can also enable auto SSL detection in LR
 
Thanks guys will follow those steps and I will let you know