From 4e6862cef9f174f3bc0cb8f73fba8a768e3d0fab Mon Sep 17 00:00:00 2001 From: Safihre Date: Sat, 18 Mar 2017 11:43:46 +0100 Subject: [PATCH] Chain certificates not loaded in all situations of extra servers --- SABnzbd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SABnzbd.py b/SABnzbd.py index 4452642..2b74fdb 100755 --- a/SABnzbd.py +++ b/SABnzbd.py @@ -1301,7 +1301,7 @@ def main(): cherryport = https_port elif multilocal: # Extra HTTPS port for secondary localhost - attach_server(hosts[1], cherryport, https_cert, https_key) + attach_server(hosts[1], cherryport, https_cert, https_key, https_chain) cherrypy.config.update({'server.ssl_module': 'builtin', 'server.ssl_certificate': https_cert,