Continuing after Error -27780: [GENERAL_MSG_CAT_SSL_ERROR]

  • KM00518042
  • 02-Sep-2013
  • 29-Sep-2016

Summary

Continuing after Error -27780: [GENERAL_MSG_CAT_SSL_ERROR]

Error

 Continuing after Error -27780: [GENERAL_MSG_CAT_SSL_ERROR], normally followed by the host being read

Cause

This means General Message Category SSL Error and can be attributed to any issue where connections was reset

Fix

You can use one of the following functions to see if the error wil stop apearing:

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");
 
You can also disable log for "Data Returned by Server" because as some applications can have big HTML pages with a lot of resources causing the connection to be reset on replay.
image text