From c2cbd1024554571a6092b65c7aa5610e14fbacf8 Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Wed, 14 Dec 2022 15:06:56 +0100 Subject: [PATCH] docs: fix typo in changelog.md Co-authored-by: Thales Macedo Garitezi --- changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index cf4c5f8..ae4c714 100644 --- a/changelog.md +++ b/changelog.md @@ -6,7 +6,7 @@ - Prior to this change, SNI is auto-added only when SSL option 'verify' is set to 'verify_peer'. This retriction is unnecessary, because SNI is a part of - client-hello in the handsake, it does not have anything to do + client-hello in the handshake, it does not have anything to do with server certificate (and hostname) verification. - The connection config is shared between bootstrap connection and partition leader connection.