Quantcast
Viewing all articles
Browse latest Browse all 3978

Support Tip: Error -27776: Server "xx" shut connection during attempt to negotiate SSL session

You may encounter the below error in Vugen while replaying a web http/html script:

 

Error -27776: Server "x.x.x.x" shut connection during attempt to negotiate SSL session

 

This issue is caused due to LoadRunner using a different SSL version 2.0, however the environment uses TLS protocol.

 

Use this function at the begining of the script resolves the issue:

 

web_set_sockets_option("SSL_VERSION", "TLS");

 

For more details, refer the following KB article link:

 

https://softwaresupport.hp.com/group/softwaresupport/search-result/-/facetsearch/document/KM1158379

 

 


Viewing all articles
Browse latest Browse all 3978

Trending Articles