SSL can be enabled in the xflicstat.cfg file. Available settings include the following.

SettingDefaultDescription
HTTP_SSL FALSEMay be set to TRUE or FALSE. To enable SSL, set it to TRUE.
HTTP_SSL_REDIRECT FALSEMay be set to TRUE or FALSE. Set the value to TRUE to enable automatic redirection from http to https.
SSL_KEYSTORE emptyPath to keystore with loaded certificate and its private key.
SSL_KEYSTORE_PASSWORD emptyPassword to keystore.
SSL_KEYSTORE_KEY_ALIAS xflicstatKey under which certificate is stored inside keystore.
SSL_PROTOCOLS TLSv1.1,TLSv1.2,TLSv1.3Defines which SSL/TLS protocols are enabled.
SSL_CIPHERS HIGH:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!kRSAList of enabled/disabled ciphers.



Every key should either be commented out or non-empty. Commented-out settings contain the default value.


Example configuration

The configuration example below shows:

HTTP_SSL = TRUE
HTTP_SSL_REDIRECT = TRUE
SSL_KEYSTORE = C:\Keystores\keystore.p12
SSL_KEYSTORE_PASSWORD = Password123
SSL_KEYSTORE_KEY_ALIAS = xflicstat
SSL_PROTOCOLS = TLSv1.2
SSL_CIPHERS = HIGH:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!kRSA