From 0e0d7c10a5f853e2af1af0f2230b6435b3bb6d31 Mon Sep 17 00:00:00 2001 From: Ivan Dyachkov Date: Thu, 8 Jun 2023 15:08:08 +0200 Subject: [PATCH] chore: add changelog --- changes/ce/fix-10983.en.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changes/ce/fix-10983.en.md diff --git a/changes/ce/fix-10983.en.md b/changes/ce/fix-10983.en.md new file mode 100644 index 000000000..ac5b4834a --- /dev/null +++ b/changes/ce/fix-10983.en.md @@ -0,0 +1,3 @@ +Fix issue when mqtt clients could not connect over TLS if the listener was configured to use TLS v1.3 only. + +The problem was that TLS connection was trying to use options incompatible with TLS v1.3.