Skip to content

Commit

Permalink
Add note about default mail ssl protocol [ci skip] (#3299)
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Sherman <[email protected]>
  • Loading branch information
bentsherman authored and pditommaso committed Oct 27, 2022
1 parent d59ea18 commit 15ffffc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,15 @@ For example, the following snippet shows how to configure Nextflow to send email
smtp.starttls.required = true
}

.. note::
Some versions of Java (e.g. Java 11 Corretto) do not default to TLS v1.2, and as a result may have
issues with 3rd party integrations that enforce TLS v1.2 (e.g. Azure Active Directory OIDC). This problem can be
addressed by setting the following config option::

mail {
smtp.ssl.protocols = 'TLSv1.2'
}


.. _config-manifest:

Expand Down

0 comments on commit 15ffffc

Please sign in to comment.