I have a rest API which I can test/execute through postman successfully (by adding SSL certificate)
when I try to test same API through Loadrunner I'm getting below error
Have used web_set_certificate_ex method to set SSL certificate details.
Received callback about handshake completion, connection=servername, SSL=0AA18C00, ctx=2763766676, not reused, session address=3434344343, with no ID [MsgId: MMSG-26000]
Action.c(51): ssl_handle_status encounter error : SSL_ERROR_SSL, error message : error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure [MsgId: MMSG-26000]
Error -27774: SSL protocol error when attempting to connect with host "server name" [MsgId: MERR-27774]
Error -27760: Request "APIEndpoint" failed [MsgId: MERR-27760]
As same API working in postman and failing in Loadrunner need to find resolution. Appreciate if someone can help here.
Thanks,
Murthy