Hamed created AIRFLOW-1165:
------------------------------
Summary: airflow webservice crashes on ubuntu16 - python3
Key: AIRFLOW-1165
URL: https://issues.apache.org/jira/browse/AIRFLOW-1165
Project: Apache Airflow
Issue Type: Bug
Reporter: Hamed
I am trying to run airflow webserver on ubuntu16, python3 and ran to this
issue. Any idea?
{code}
[2017-05-02 16:36:34,789] [24096] {_internal.py:87} WARNING - * Debugger is
active!
[2017-05-02 16:36:34,790] [24096] {_internal.py:87} INFO - * Debugger PIN:
294-518-137
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
File "/usr/lib/python3.5/threading.py", line 862, in run
self._target(*self._args, **self._kwargs)
File "/usr/local/lib/python3.5/dist-packages/werkzeug/serving.py", line 696,
in inner
fd=fd)
File "/usr/local/lib/python3.5/dist-packages/werkzeug/serving.py", line 590,
in make_server
passthrough_errors, ssl_context, fd=fd)
File "/usr/local/lib/python3.5/dist-packages/werkzeug/serving.py", line 525,
in __init__
self.socket = ssl_context.wrap_socket(sock, server_side=True)
File "/usr/local/lib/python3.5/dist-packages/werkzeug/serving.py", line 447,
in wrap_socket
ssl_version=self._protocol, **kwargs)
File "/usr/lib/python3.5/ssl.py", line 1069, in wrap_socket
ciphers=ciphers)
File "/usr/lib/python3.5/ssl.py", line 680, in __init__
raise ValueError("certfile must be specified for server-side "
ValueError: certfile must be specified for server-side operations
{code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)