I'm still not entirely sure about all the cert stuff either - I've got
mine working, but tried so many things!
I do notice thought that your script is failing to find 'nc'. Following
suggestions I saw somewhere, I made a symlink from nc to ncat.
@ynot: another suggestion for the scripts - do a 'which nc' and if it
fails then use ncat instead? ;)

grimmace92 wrote: 
> Here is what I'm doing in putty and what I see.  Something with my
> certificate is causing an issue.  I just have no idea what else to
> check.  Port 443 is forwarded to 8123.  For this line is it supposed to
> stay like this or is the whole thing supposed to be replaced with the
> token?  
> 
> For example this:
> 
> https://HA_Link.duckdns.org/api/states/sensor.art_ID? -H "Authorization:
> Bearer $HA_Token"
> 
> should become this?
> 
> https://*mynameused*.duckdns.org/api/states/sensor.art_ID? -H
> "Authorization: Bearer $HA_Token"
> 
> or this
> 
> https://mynameused.duckdns.org/api/states/sensor.art_ID? -H
> "Authorization: *the_token_generated_from_duckdns*"
> 
> 26437


------------------------------------------------------------------------
ColH's Profile: http://forums.slimdevices.com/member.php?userid=30377
View this thread: http://forums.slimdevices.com/showthread.php?t=109273

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to