Saturday 24 February 2024

Error -27796: Failed to connect to server "XXXXXXXXXX.XXXX:443": [10060] Connection timed out "

Error -27796 in LoadRunner indicates a failure to connect to the server within the specified timeout period. This can happen due to various reasons, including network issues, server unavailability, firewall restrictions, or incorrect server configurations. Here are some steps you can take to troubleshoot and resolve this issue:

// Set the SSL/TLS version to TLS 1.2 web_set_sockets_option("SSL_VERSION", "TLS1.2"); // Set HTTP-request connect timeout (sec) in Run Time Settings web_set_timeout(CONNECT, "300"); // Set Connect time-out value to 1600 or more at the beginning of the Action section web_set_timeout("1600");