Fix bug in SSL enabled WSGI server
This commit is contained in:
parent
fc9df76570
commit
b51f0a339d
|
@ -34,7 +34,7 @@ else:
|
|||
# Run the WSGI server with SSL
|
||||
http_server = gevent.pywsgi.WSGIServer(
|
||||
(pvc_api.config['listen_address'], pvc_api.config['listen_port']),
|
||||
app,
|
||||
pvc_api.app,
|
||||
keyfile=pvc_api.config['ssl_key_file'],
|
||||
certfile=pvc_api.config['ssl_cert_file']
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue