
Remember to add ha. to your subdomains in the LE docker got it to work with your information. Proxy_set_header Connection $connection_upgrade Proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for # Update this line to be your HA servers local ip and port Ssl_ciphers "EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH:!aNULL:!eNULL:!EXPORT:!DES:!MD5:!PSK:!RC4"

# Ensure this line points to your dhparams fileĪdd_header Strict-Transport-Security "max-age=31536000 includeSubdomains" # ssl_certificate_key /etc/nginx/ssl/key.pem # ssl_certificate /etc/nginx/ssl/cert.pem # Use these lines instead if you created a self-signed certificate

Ssl_certificate /config/etc/letsencrypt/live//fullchain.pem # Ensure these lines point to your SSL certificate and key To get ha at ha. I've got this in a ha file in nginx/site-confs in the LE docker: I didn't do anything special in my config.yaml file. I tried setting up a Host Path from Home Assistant but I don't think I did this correctly. I have set up home assistant and I have configured Let's Encrypt to give me a cert so that I am able to access Home Assistant using a DDNS however I am not sure how I get my configuration.yaml to point to the cert and key file which reside in the Let's Encrypt container. This is probably an easy question but I am learning. I am running in host mode with privileges on. If I turn off the discovery component the error goes away. Socket.inet_aton(_MDNS_ADDR) + socket.inet_aton(i)) Result = self.fn(*self.args, **self.kwargs)įile "/usr/src/app/homeassistant/components/discovery.py", line 153, in _discoverįile "/usr/local/lib/python3.6/site-packages/netdisco/discovery.py", line 54, in scanįile "/usr/local/lib/python3.6/site-packages/netdisco/mdns.py", line 21, in startįile "/usr/local/lib/python3.6/site-packages/zeroconf.py", line 1670, in _init_

Yield self # This tells Task to wait for completion.įile "/usr/local/lib/python3.6/asyncio/tasks.py", line 250, in _wakeupįile "/usr/local/lib/python3.6/asyncio/futures.py", line 245, in resultįile "/usr/local/lib/python3.6/concurrent/futures/thread.py", line 56, in run Results = yield from hass.async_add_job(_discover, netdisco)įile "/usr/local/lib/python3.6/asyncio/futures.py", line 332, in _iter_ 15:39:32 ERROR (MainThread) Error doing job: Task exception was never retrievedįile "/usr/local/lib/python3.6/asyncio/tasks.py", line 182, in _stepįile "/usr/src/app/homeassistant/components/discovery.py", line 127, in scan_devices When i have discovery enabled i get the following error:

Currently having an issue with discovery in my docker.
