GitHub user 3BK added a comment to the discussion: Out of the box
gunicorn_config.py doesn't allow cipher suite configuration.
Here is a potential fix for the webserver() function in
airflow/cli/commands/webserver_command.py.
```
if cipher_suite:
run_args += ["--ciphers", cipher_suite]
```
ref: https://docs.gunicorn.org/en/latest/settings.html#ciphers
GitHub link:
https://github.com/apache/airflow/discussions/43338#discussioncomment-11035045
----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]