Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note
titleIMPORTANT NOTE TO TLS MAIL SERVERS USERS

If you made manual changes in the Wildfly instances configuration to support TLS based email servers, you must set the property "kiuwan.mail.secure.layer" to "tls".

  1. Edit the file [VOLUMES_DIR]/config-shared/globalConfig/globalConfig.properties
  2. Look for the property key "kiuwan.mail.secure.layer"
  3. Change the default provided value "ssl" to "tls".
  4. The file should look like this:
Code Block
languagejava
kiuwan.mail.secure.layer=tls

Step 8: run the install script for the new version

...