Hi Guys
Suddenly started having issues today, my duckdns (inc letsencrypt) setup has been working fine since last September.
All of a sudden today I’m unable to connect to my HA on the duckdns when on the internal network. Was advised it could be a nat loopback issue but nothing has changed on my modem or router, no firmware updates etc.
For some reason now I can access it via internal IP address on my wired desktop PC, but if I try and connect on my iPhone, the only way I can get it to work is to disable WiFi and connect via the duckdns address but over 4G.
I’ve looked in the log files and can see the below:
ssl.SSLError: [SSL: HTTP_REQUEST] http request (_ssl.c:777)
2018-06-29 16:42:56 ERROR (MainThread) [homeassistant.core] Error doing job: <uvloop.loop.SSLProtocol object at 0x731d9cd0>: SSL handshake failed
Traceback (most recent call last):
File “uvloop/sslproto.pyx”, line 592, in uvloop.loop.SSLProtocol._on_handshake_complete
File “uvloop/sslproto.pyx”, line 171, in uvloop.loop._SSLPipe.feed_ssldata
File “/usr/lib/python3.6/ssl.py”, line 689, in do_handshake
self._sslobj.do_handshake()
ssl.SSLError: [SSL: HTTP_REQUEST] http request (_ssl.c:777)
2018-06-29 16:42:56 ERROR (MainThread) [homeassistant.core] Error doing job: <uvloop.loop.SSLProtocol object at 0x731d9cd0>: SSL error errno:1 reason: HTTP_REQUEST
Traceback (most recent call last):
File “uvloop/sslproto.pyx”, line 496, in uvloop.loop.SSLProtocol.data_received
File “uvloop/sslproto.pyx”, line 204, in uvloop.loop._SSLPipe.feed_ssldata
File “uvloop/sslproto.pyx”, line 171, in uvloop.loop._SSLPipe.feed_ssldata
File “/usr/lib/python3.6/ssl.py”, line 689, in do_handshake
self._sslobj.do_handshake()
ssl.SSLError: [SSL: HTTP_REQUEST] http request (_ssl.c:777)
2018-06-29 16:43:01 ERROR (MainThread) [homeassistant.core] Error doing job: Task was destroyed but it is pending!
2018-06-29 16:43:01 ERROR (MainThread) [homeassistant.core] Error doing job: Task was destroyed but it is pending!
2018-06-29 16:43:01 ERROR (MainThread) [homeassistant.core] Error doing job: Task was destroyed but it is pending!
I’m on 0.72.1 and there’s no errors I can see in the DuckDNS add-on log.
Any help would be massively appreciated, thanks!