Skip to content

Commit

Permalink
Add an important note about the STAT_TLS configuration requiring tls …
Browse files Browse the repository at this point in the history
…set to false

This is a change introduced with the TLS registry. The previous configuration was ambiguous.

(cherry picked from commit 48d1642)
  • Loading branch information
cescoffier authored and gsmet committed Jul 23, 2024
1 parent 9bd96c5 commit 8957d30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/src/main/asciidoc/mailer-reference.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,8 @@ quarkus.mailer.start-tls=REQUIRED
quarkus.mailer.trust-all=true
----

IMPORTANT: To use `START_TLS`, make sure you set `tls` to `false` and `start-tls` to `REQUIRED` or `OPTIONAL`.

=== Configuring SSL/TLS

To establish a TLS connection, you need to configure a _named_ configuration using the xref:./tls-registry-reference.adoc[TLS registry]:
Expand Down

0 comments on commit 8957d30

Please sign in to comment.