jayramr commented on issue #31075: URL: https://github.com/apache/airflow/issues/31075#issuecomment-1535869643
Hi, With pypi based installation, below works with ssl. ``` airflow webserver --ssl-cert domain.cer --ssl-key domain.key ``` 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 ``` AIRFLOW__WEBSERVER__WEB_SERVER_SSL_CERT: /opt/airflow/certs/domain.cer AIRFLOW__WEBSERVER__WEB_SERVER_SSL_KEY: /opt/airflow/certs/domain.key ``` The webserver service for the container is showing unhealthy. Kindly let me know how can i integrate ssl in docker based installation. Thanks Jay -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
