SSL with HADashboard

Hey,

Today when i fixed my SSL cert for Home Assistant I can not longer use HADashboard. It would not react when i pressed the swtiches.

I did change the HA URL but now it wont even load in the browser.

What am I doing wrong?

AppDaemon:
  logfile: STDOUT
  errorfile: STDERR
  threads: 10

HASS:
  ha_url: https://mydomain.duckdns.org
  ha_key: mypassword
  
HADashboard:
  dash_url: http://192.168.1.200:5050
  dash_dir: /home/homeassistant/.homeassistant/conf/dashboards

Have you restarted AppDaemon?

Yes, restarted and rebooted… :frowning:

I fixed it with verify_cert: False :slight_smile:

1 Like