GitHub user potiuk added a comment to the discussion: Out of the box gunicorn_config.py doesn't allow cipher suite configuration.
Look at the top of the document you linked to: Note Settings can be specified by using environment variable GUNICORN_CMD_ARGS. All available command line arguments can be used. For example, to specify the bind address and number of workers: $ GUNICORN_CMD_ARGS="--bind=127.0.0.1 --worker GitHub link: https://github.com/apache/airflow/discussions/43338#discussioncomment-11035047 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
