'Apache airflow set TLS version to 1.2 or 1.3

I'm using Apache Airflow for scheduling jobs using Python, but now I'm NOT able to set TLS Version to 1.2 for HTTPS in airflow webserver. I'm seeing there are below settings are available in configuration.

web_server_ssl_cert = /airflow/cert/domain.crt web_server_ssl_key = /airflow/cert/domain.key

I searched and I found to make changes through GUnicorn, using this solution, but somehow in latest version I'm not able to find that particular command. Ngnix can't be managed because Airflow webserver running on port 8080

Please let me know if anyone has solution for the same.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source