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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

api/engine.py

Lines changed: 1 addition & 0 deletions
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)