SSL & Error Logging

There are two options in ServerModule to manage SSL error logging: logIndySSLExceptions and logIndySSLCryptoExceptions. These two options control how uniGUI logs SSL errors into the log file.

  • logIndySSLExceptions — enables logging of general SSL errors.

  • logIndySSLCryptoExceptions — (introduced in build 1564) enables logging of encryption-related errors in addition to general errors. Because SSL encryption exceptions can be repetitive and increase log file size, this option is disabled by default. Enable it for debugging purposes only.

circle-exclamation
clip0241