diff options
-rw-r--r-- | core/portmanager.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/portmanager.lua b/core/portmanager.lua index 88bd7b61..e1dde176 100644 --- a/core/portmanager.lua +++ b/core/portmanager.lua @@ -258,7 +258,7 @@ local function add_sni_host(host, service) log("error", "Error creating TLS context for SNI host %s: %s", host, err); else local ok, err = active_service.server:sslctx():set_sni_host( - host, + alternate_host or host, cfg.certificate, cfg.key ); |