maddox/dasher

Use dasher with letsencrypt

Will711990 opened this issue · 1 comments

Hi !

my config for one of my dash button is

{
    "name": "Depart",
    "address": "xx:xx:xx:xx:xx:xx",
    "url": "http://192.168.1.XX:8123/api/services/scene/turn_on",
    "method": "POST",
    "headers": {"x-ha-access": "xxxxxxxxxxxxxx"},
    "json": true,
    "body": {"entity_id": "scene.depart"}
  },

and it works !

I installed Letsencrypt and every certificates, and I have access from outdoor with https (great) !
But unfortunetely, my dash buttons don't worked, because my lan access is bloqued...

I tried with my duckdns adress : but no result

{
    "name": "Depart",
    "address": "xx:xx:xx:xx:xx:xx",
    "url": "https://hass-example.duckdns.org/api/services/scene/turn_on",
    "method": "POST",
    "headers": {"x-ha-access": "xxxxxxxxxxxxxx"},
    "json": true,
    "body": {"entity_id": "scene.depart"}
  },

How can I modified my config.json to pass over the certification ? (or other if it works :) )

thank you !!

Does wget or curl on your device work for https://hass-example.duckdns.org/api/services/scene/turn_on ?