Browse Source

Chain certificates not loaded in all situations of extra servers

pull/869/head
Safihre 8 years ago
parent
commit
4e6862cef9
  1. 2
      SABnzbd.py

2
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,

Loading…
Cancel
Save