[
https://issues.apache.org/jira/browse/AIRFLOW-91?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15282476#comment-15282476
]
Stanilovsky Evgeny edited comment on AIRFLOW-91 at 5/13/16 10:28 AM:
---------------------------------------------------------------------
ok i pushed new PR https://github.com/apache/incubator-airflow/pull/1497 but i
really misunderstand (if i replace 'ssl_certfile': None, section) i got :
{color:red}
Traceback (most recent call last):
File "/usr/local/bin/airflow", line 13, in <module>
parser = get_parser()
File "/usr/local/lib/python2.7/dist-packages/airflow/bin/cli.py", line 689,
in get_parser
default=configuration.get('webserver', 'ssl_keyfile'),
File "/usr/local/lib/python2.7/dist-packages/airflow/configuration.py", line
520, in get
return conf.get(section, key, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/airflow/configuration.py", line
428, in get
"in config".format(**locals()))
airflow.configuration.AirflowConfigException: section/key
[webserver/ssl_keyfile] not found in config
{color}
so please check ones more my changes ?
thanks !
was (Author: zstan):
ok i pushed new PR https://github.com/apache/incubator-airflow/pull/1497 but i
really misunderstand (if i replace 'ssl_certfile': None, section) i got :
{color:red}
File "/usr/local/lib/python2.7/dist-packages/airflow/configuration.py", line
428, in get
"in config".format(**locals()))
airflow.configuration.AirflowConfigException: section/key
[webserver/ssl_keyfile] not found in config
{color}
so please check ones more my changes ?
thanks !
> Ssl gunicorn
> ------------
>
> Key: AIRFLOW-91
> URL: https://issues.apache.org/jira/browse/AIRFLOW-91
> Project: Apache Airflow
> Issue Type: Improvement
> Components: security
> Reporter: Stanilovsky Evgeny
> Assignee: Stanilovsky Evgeny
>
> old issue : https://github.com/apache/incubator-airflow/pull/1492
> Ssl gunicorn support
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)