You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/08/11 22:57:06 UTC

[GitHub] [airflow] rchangj commented on issue #17558: New job fail immediately after start, no logs

rchangj commented on issue #17558:
URL: https://github.com/apache/airflow/issues/17558#issuecomment-897213964


   The SSL certs are just self signed certs created as following.
       openssl genrsa -out private.pem 2048
       openssl req -new -x509 -key private.pem -out cacert.pem -days 1095
   The airflow.cfg changes are as followings:
      web_server_ssl_cert = path/to/cacert.pem
      web_server_ssl_key = path/to/private.pem
   
   There are ABSOLUTELY no other changes nor any other lib installation.


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org