Apache Airflow version
Other Airflow 2 version (please specify below)
What happened
airflow webserver --ssl-cert domain.pem --ssl-key domain.key
What you think should happen instead
it should server the website with ssl
How to reproduce
Without ssl works
$airflow webserver
With ssl , the webserver not working and no logs even with debug
$airflow webserver --ssl-cert domain.pem --ssl-key domain.key
Operating System
ubuntu 20.04
Versions of Apache Airflow Providers
2.5.3
Deployment
Virtualenv installation
Deployment details
No response
Anything else
No response
Are you willing to submit PR?
Code of Conduct