Skip to content

Commit b975a7d

Browse files
authored
Merge pull request #455 from aman566/https_fix
fixed ssl error
2 parents 0a4971f + aef7c3e commit b975a7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/engine.py

+1
Original file line numberDiff line numberDiff line change
@@ -585,6 +585,7 @@ def start_api_subprocess(options):
585585
host=options.api_hostname,
586586
port=options.api_port,
587587
debug=options.api_debug_mode,
588+
ssl_context='adhoc',
588589
threaded=True
589590
)
590591

0 commit comments

Comments
 (0)