Hi
I tried doing the DIY version of getting access externally with DuckDYN and lets Encrypt, and then gave up and re-subscribed to Nabu Casa.
But I fear i have cause some confusion in the backend somewhere and dont know where to look.
Problem:
External url works find.
Internal gives https errors, e.g. will not open tasmota admin ui.
I can’t see anything related directly in any logs though except this:
22-10-04 18:00:56 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
22-10-04 18:07:38 INFO (MainThread) [supervisor.api.proxy] Home Assistant WebSocket API request initialize
22-10-04 18:07:41 WARNING (MainThread) [supervisor.api.proxy] Unauthorized WebSocket access!
22-10-04 18:10:13 ERROR (MainThread) [supervisor.api.ingress] Ingress error: Server disconnected
22-10-04 18:10:13 ERROR (MainThread) [supervisor.api.ingress] Ingress error: Server disconnected
22-10-04 18:11:13 INFO (MainThread) [supervisor.api.proxy] Home Assistant WebSocket API request initialize
22-10-04 18:11:13 WARNING (MainThread) [supervisor.api.proxy] Unauthorized WebSocket access!
22-10-04 18:11:43 ERROR (MainThread) [supervisor.api.ingress] Ingress error: Cannot connect to host 172.30.33.4:1337 ssl:default [Connect call failed ('172.30.33.4', 1337)]
22-10-04 18:11:44 ERROR (MainThread) [supervisor.api.ingress] Ingress error: Cannot connect to host 172.30.33.4:1337 ssl:default [Connect call failed ('172.30.33.4', 1337)]
22-10-04 18:13:27 INFO (MainThread) [supervisor.api.proxy] Home Assistant WebSocket API request initialize
22-10-04 18:13:27 WARNING (MainThread) [supervisor.api.proxy] Unauthorized WebSocket access!
22-10-04 18:14:08 INFO (SyncWorker_4) [supervisor.docker.interface] Restarting ghcr.io/home-assistant/raspberrypi3-64-homeassistant
22-10-04 18:14:28 INFO (MainThread) [supervisor.homeassistant.core] Wait until Home Assistant is ready
22-10-04 18:14:51 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.RUNNING
22-10-04 18:14:52 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
I also created some rest platforms that will not scan, it gets the values from the api on startup and then never refreshes, I have changed the scan_interval etc… I think it has something to do with messed up certs and http/s config issue.
How do I check the whole config and ensure everything is at it should be. (ps/ I have nothing but the rest platforms in the config yaml.)