# HG changeset patch # User Kim Alvefur # Date 1623332032 -7200 # Node ID 081e550b973abbd0cf7b96dafe62a83b776ea7d7 # Parent 7e1ca18fdfb38f83102041bf5e8afc3f5331829d core.portmanager: Also reload per-SNI certificates diff -r 7e1ca18fdfb3 -r 081e550b973a core/portmanager.lua --- a/core/portmanager.lua Thu Jun 10 15:30:54 2021 +0200 +++ b/core/portmanager.lua Thu Jun 10 15:33:52 2021 +0200 @@ -298,7 +298,9 @@ end end end - -- TODO Update SNI too + for host in pairs(prosody.hosts) do + add_sni_host(host, nil); + end end, -1); return {