Hi All,
I am using LR 12 and web HTTP/HTML protocol.
I created the performance scripts around 6 months back and completed the initial round of performance testing. Now i have to re-run the scripts in a different environment for the same application. I have now parametrized the server name or URL. I am getting the below error:
GENERAL_MSG_CAT_SSL_ERROR connect to host "xxxxxxxx" failed: [10054] Connection reset by peer
I have already included the statement
web_set_sockets_option("SSL_VERSION", "TLS");
I have verified the SSL Version of the website and it shows as TLS 1.2 and changed the TLS version in the statement accordingly
web_set_sockets_option("SSL_VERSION", "TLS1.2");
I am still getting the same error. However i am able to run the scripts in WinInet level but i need to run the scripts in Socket level which i did for the 1st time.
Any advise will be appreciated
Thanks