Hi ,
I am getting below error:
Error -27778: [GENERAL_MSG_CAT_SSL_ERROR]connect to host "10.1.22.112" failed: [10054] Connection reset by peer [MsgId: MERR-27778]
I have recorded the script in Truclient and then convert into Web http/html script, after replay the script i am getting error.
Also tried with to add those.but no solution:
web_set_sockets_option ("CLOSE_KEEPALIVE_CONNECTIONS", "1");
web_set_sockets_option("MAX_CONNECTIONS_PER_HOST","1");
web_set_sockets_option("IGNORE_PREMATURE_SHUTDOWN", "1");
please assist me.
Thanks