From 34d784df79deadeeceeb39eed43da86c382220ba Mon Sep 17 00:00:00 2001 From: binary-husky Date: Wed, 11 Oct 2023 15:48:25 +0800 Subject: [PATCH] 12 --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index f2ccb51..977402a 100644 --- a/main.py +++ b/main.py @@ -426,6 +426,7 @@ def main(): server_name="0.0.0.0", ssl_keyfile=None if SSL_KEYFILE == "" else SSL_KEYFILE, ssl_certfile=None if SSL_CERTFILE == "" else SSL_CERTFILE, + ssl_verify=False, server_port=PORT, favicon_path="docs/logo.png", auth=AUTHENTICATION if len(AUTHENTICATION) != 0 else None,