gunicorn
gunicorn copied to clipboard
Issue with private ssl keyfile when using gunicorn+uvicorn
@benoitc @tilgovi When I try to use gunicorn+uvicorn for my asgi server for my fast api application I try to use encrypted private key file but when I try to run the server it is prompting for the password in the terminal
The worker_class iam using is uvicorn worker in the gunicorn configuration and also there is no such command line called keyfile_password in the gunicorn documentation like other uvicorn Or hypercorn has how to tackle this one in gunicorn
Originally posted by @Sri2508 in #2410