diff --git a/backend/python/backend.py b/backend/python/backend.py index 3a986e4..b049d6d 100644 --- a/backend/python/backend.py +++ b/backend/python/backend.py @@ -62,4 +62,4 @@ def after_request(response): if __name__ == '__main__': context = ('/etc/lighttpd/ssl/aa.local.crt','/etc/lighttpd/ssl/aa.local.key') - app.run(host='0.0.0.0', port=5000) \ No newline at end of file + app.run(host='0.0.0.0', port=5000, ssl_context=context)