Hi,
I have the same problem.
“Error doing job: SSL error in data received”
I already tried to generate the certificates in two different ways but same error.
Im running HA 0.95.4 (Hassbian)
Any idea?
Log:
2019-07-18 16:35:38 ERROR (MainThread) [homeassistant.core] Error doing job: SSL handshake failed
Traceback (most recent call last):
File "/usr/lib/python3.7/asyncio/sslproto.py", line 625, in _on_handshake_complete
raise handshake_exc
File "/usr/lib/python3.7/asyncio/sslproto.py", line 189, in feed_ssldata
self._sslobj.do_handshake()
File "/usr/lib/python3.7/ssl.py", line 763, in do_handshake
self._sslobj.do_handshake()
ssl.SSLError: [SSL: HTTP_REQUEST] http request (_ssl.c:1056)
2019-07-18 16:35:38 ERROR (MainThread) [homeassistant.core] Error doing job: SSL error in data received
Traceback (most recent call last):
File "/usr/lib/python3.7/asyncio/sslproto.py", line 526, in data_received
ssldata, appdata = self._sslpipe.feed_ssldata(data)
File "/usr/lib/python3.7/asyncio/sslproto.py", line 189, in feed_ssldata
self._sslobj.do_handshake()
File "/usr/lib/python3.7/ssl.py", line 763, in do_handshake
self._sslobj.do_handshake()
ssl.SSLError: [SSL: HTTP_REQUEST] http request (_ssl.c:1056)
having the exact same issue, ive done a fresh install of the newest hassbian image and i can confirm that it is also happening on that. i think this is a bug in python 3.7 as 3.6 does not seem to have this issue.
can anyone who is proficient in this stuff answer?
I’m having the same issue. I’m on 3.7.3 and I’ve just started trying to get SSL installed. I was thinking of downgrading python and seeing if that works. Not sure how to go about that yet
I’m having the same error in the logfile.
Fresh install on Raspbian, Python 3.7.3
BTW: SSL and certificate is working despite the error in the log.
Aug 23 07:59:22 pi hass[494]: 2019-08-23 07:59:22 ERROR (MainThread) [homeassistant.core] Error doing job: SSL error in data received
Aug 23 07:59:22 pi hass[494]: Traceback (most recent call last):
Aug 23 07:59:22 pi hass[494]: File "/usr/lib/python3.7/asyncio/sslproto.py", line 526, in data_received
Aug 23 07:59:22 pi hass[494]: ssldata, appdata = self._sslpipe.feed_ssldata(data)
Aug 23 07:59:22 pi hass[494]: File "/usr/lib/python3.7/asyncio/sslproto.py", line 207, in feed_ssldata
Aug 23 07:59:22 pi hass[494]: self._sslobj.unwrap()
Aug 23 07:59:22 pi hass[494]: File "/usr/lib/python3.7/ssl.py", line 767, in unwrap
Aug 23 07:59:22 pi hass[494]: return self._sslobj.shutdown()
Aug 23 07:59:22 pi hass[494]: ssl.SSLError: [SSL: KRB5_S_INIT] application data after close notify (_ssl.c:2609)
Same issue here. Fresh install on home-assistant (0.102.3) on raspbian buster lite (kernel 4.19.75+). SSl encryption with Lets Encrypt, but using local ddns updating to a google ddns api, for a google domain, so no duckdns.
I get the same issue. Have my own domain at cloudflare. Using Lets Encrypt cert.
Running Home-Assistant 0.103.5 on Raspbian buster in a Python Virtual Environment.
I’m running one more instance of Home-Assistant 0.103.5 on Ubuntu 19.04 in a Python Virtual Environment without any problem. The Raspberry I use for Z-Wave through Razberry board. I then use NodeRed and MQTT for communication form main Home-Assistant (the one without errors)
I see the same error logs on 0.117.4, using HTTP (no HTTPS):
Nov 21 18:35:58 pi hass[3062]: 2020-11-21 18:35:58 ERROR (MainThread) [homeassistant] Error doing job: SSL error in data received
Nov 21 18:35:58 pi hass[3062]: Traceback (most recent call last):
Nov 21 18:35:58 pi hass[3062]: File "/usr/lib/python3.7/asyncio/sslproto.py", line 526, in data_received
Nov 21 18:35:58 pi hass[3062]: ssldata, appdata = self._sslpipe.feed_ssldata(data)
Nov 21 18:35:58 pi hass[3062]: File "/usr/lib/python3.7/asyncio/sslproto.py", line 207, in feed_ssldata
Nov 21 18:35:58 pi hass[3062]: self._sslobj.unwrap()
Nov 21 18:35:58 pi hass[3062]: File "/usr/lib/python3.7/ssl.py", line 767, in unwrap
Nov 21 18:35:58 pi hass[3062]: return self._sslobj.shutdown()
Nov 21 18:35:58 pi hass[3062]: ssl.SSLError: [SSL: KRB5_S_INIT] application data after close notify (_ssl.c:2609)
All works as expected but I keep seeing this error in the logs.