Use ssl startup options. fix #3490

Thanks @sjmcinness
This commit is contained in:
Ruud
2014-06-23 13:37:13 +02:00
parent fab9b96c8e
commit a37517bf6a
+1 -1
View File
@@ -293,7 +293,7 @@ def runCouchPotato(options, base_path, args, data_dir = None, log_dir = None, En
'keyfile': config['ssl_key'],
}
server = HTTPServer(application, no_keep_alive = True)
server = HTTPServer(application, no_keep_alive = True, ssl_options = ssl_options)
try_restart = True
restart_tries = 5