gabrielley68 opened a new issue, #71426: URL: https://github.com/apache/airflow/issues/71426
### Under which category would you file this issue? Airflow Core ### Apache Airflow version 3.3.0 ### What happened and how to reproduce it? The command used to launch the API web server only allow a set of SSL options for [Uvicorn](https://uvicorn.dev/settings/#https) & [Gunicorn](https://gunicorn.org/reference/settings/#ssl). Some are missing, including Uvicorn's `ssl-ciphers` in my case. ### What you think should happen instead? Uvicorn's `ssl-ciphers` and Gunicorn's `ciphers` options should be available for the API web server through the CLI args in api_server_command.py Arguably, we should be able to overload any option on these server. ### Operating System Red Hat 9.8 ### Deployment Virtualenv installation ### Apache Airflow Provider(s) _No response_ ### Versions of Apache Airflow Providers _No response_ ### Official Helm Chart version Not Applicable ### Kubernetes Version _No response_ ### Helm Chart configuration _No response_ ### Docker Image customizations _No response_ ### Anything else? _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
