core: Error doing job: SSL error errno:1 reason: KRB5_S_INIT

Getting this every few minutes after 88.0 installation:

2019-02-21 09:42:12 ERROR (MainThread) [homeassistant.core] Error doing job: SSL error errno:1 reason: KRB5_S_INIT

Home Assistant release with the issue: Hassio 88.0 HassOS 1.9

Last working Home Assistant release (if known): Hassio 87.1

Operating environment (Hass.io/Docker/Windows/etc.):

RPi3B+, Hass.io

Component/platform: unknown

Description of problem: Logging these errors every few minutes.

Traceback (if applicable):

Traceback (most recent call last):
  File "uvloop/sslproto.pyx", line 504, in uvloop.loop.SSLProtocol.data_received
  File "uvloop/sslproto.pyx", line 204, in uvloop.loop._SSLPipe.feed_ssldata
  File "uvloop/sslproto.pyx", line 189, in uvloop.loop._SSLPipe.feed_ssldata
  File "/usr/local/lib/python3.7/ssl.py", line 767, in unwrap
    return self._sslobj.shutdown()
ssl.SSLError: [SSL: KRB5_S_INIT] application data after close notify (_ssl.c:2605)

Additional information: My config network setup:

http:
  api_password: !secret http_password
  base_url: !secret http_base
  trusted_networks:
    - 192.168.3.0/24
    - 127.0.0.1
  ip_ban_enabled: true
  login_attempts_threshold: 5

Have a fixed IP, so no dns or encryption configured. Tried to move away from legacy auth a few releases ago, but got failed login attempts from my router IP.

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 32 (6 by maintainers)

Most upvoted comments

I can not update here either

Hassio 0.89.2 Supervisor 148 HassOS 1.13

Error: 502: Bad Gateway

9-03-13 12:23:32 INFO (MainThread) [hassio.hassos] Fetch OTA update from https://github.com/home-assistant/hassos/releases/download/2.10/hassos_rpi3-2.10.raucb
19-03-13 12:28:32 WARNING (MainThread) [hassio.hassos] Can't fetch versions from https://github.com/home-assistant/hassos/releases/download/2.10/hassos_rpi3-2.10.raucb: 
19-03-13 12:28:32 ERROR (MainThread) [asyncio] SSL error errno:1 reason: KRB5_S_INIT
protocol: <uvloop.loop.SSLProtocol object at 0x71813490>
transport: <TCPTransport closed=False reading=False 0x71814600>
Traceback (most recent call last):
  File "uvloop/sslproto.pyx", line 504, in uvloop.loop.SSLProtocol.data_received
  File "uvloop/sslproto.pyx", line 204, in uvloop.loop._SSLPipe.feed_ssldata
  File "uvloop/sslproto.pyx", line 189, in uvloop.loop._SSLPipe.feed_ssldata
  File "/usr/local/lib/python3.7/ssl.py", line 767, in unwrap
    return self._sslobj.shutdown()
ssl.SSLError: [SSL: KRB5_S_INIT] application data after close notify (_ssl.c:2605)