Aurora Corporate documentation

How to enable SSL certificate check

Aurora Corporate allows for controlling whether SSL certificate of mail server needs to be checked when connecting to it.

If you wish to enable this feature, set SocketVerifySsl to true in data/settings/config.json file:

"SocketVerifySsl": [
    true,
    "bool",
    null,
    "Enables SSL certificate checks"
],

Keep in mind that setting this to true will result in getting error messages when trying to access mail server with invalid SSL certificate.