diff --git a/changelog_unreleased/3255-https-reconfig b/changelog_unreleased/3255-https-reconfig new file mode 100644 index 0000000000..404f08f030 --- /dev/null +++ b/changelog_unreleased/3255-https-reconfig @@ -0,0 +1,5 @@ +[doc] fdupont + Made clear that when a HTTP control channel is reconfigured + with the same address and port the listener socket is reused + so any TLS setup change is ignored. + (Gitlab #3255)