Replies: 4 comments 3 replies
-
|
Thanks for opening your first issue here! Be sure to follow the issue template! If you are willing to raise PR to address this issue please do so, no need to wait for approval. |
Beta Was this translation helpful? Give feedback.
-
|
Hi, With pypi based installation, below works with ssl. When I specify in airflow.cfg, the webservice is not starting. But on docker setup, i defined in airflow.cfg and also as a variable as follows The webserver service for the container is showing unhealthy. Kindly let me know how can i integrate ssl in docker based installation. Thanks |
Beta Was this translation helpful? Give feedback.
-
|
Thanks @potiuk for your suggestions. Sure next time i will open as a discussion. I already specified the same switch in the docker-compose file as follows The docker compose status shows unhealtly state and even i started with --debug option, still no valid logs found. I believe the image Please let me know Thanks |
Beta Was this translation helpful? Give feedback.
-
|
Thanks @potiuk for the pointer. I changed the health check from http to https fixed the issue. I'm not using self signed. I'm marking this discussion as solved and closed. Thanks |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
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
Beta Was this translation helpful? Give feedback.
All reactions