puckel / docker-airflow

Docker Apache Airflow
Apache License 2.0
3.77k stars 533 forks source link

SSL HTTPS for airflow #532

Open yogesh-reddy opened 4 years ago

yogesh-reddy commented 4 years ago

i tired creating SSL for my airflow by this commands

openssl genrsa -out private.pem 2048 openssl req -new -x509 -key private.pem -out cacert.pem -days 1095

made this changes on cfg web_server_ssl_cert = path/to/cacert.pem web_server_ssl_key = path/to/private.pem

but when i try accesing though https This site can’t be reached

informatica92 commented 4 years ago

same problem for me

leopepe commented 4 years ago

You need to change also the listening port for the service because the default is not 443.

Ref: https://airflow.apache.org/docs/stable/security.html#ssl

sumit-rawat-quo commented 3 years ago

@yogesh-reddy did you find any resolution yet ?

yogesh-reddy commented 3 years ago

@sumit-rawat-quo nothing as of now