cociweb

Results 111 comments of cociweb

Um, well, great job! But... > as my esp8266 ran out of memory when including these large strings in the configuration. That's why a fingerprint is a crucial alternative. It...

> Thank you, that's a really good point, I haven't thought of it in that way. I'll put the fingerprint back in, so people can choose what to use. Well...

I noticed that you reverted the `CONF_SSL_FINGERPRINT`. Was it intentional to use `CONF_SSL_FINGERPRINT` rather than `CONF_SSL_FINGERPRINTS`?

> yes, unfortunately WiFiClientSecure's [`setFingerprint`](https://arduino-esp8266.readthedocs.io/en/latest/esp8266wifi/bearssl-client-secure-class.html#setfingerprint-const-uint8-t-fp-20-setfingerprint-const-char-fpstr) only supports one certificate hash at a time. Therefore I thought this could be changed to only support one fingerprint, instead of a list. Is...

Please do not forget the usage of https, the configuration.yaml can include optionally a certificate path from the common /ssl folder (eg a freetext box)

Here is my usecase: I use (mqttcert/mqttkey/mqttca/etc) parameters eg: --mqttca=/config/ssl/mqtt/ca.crt to validate my ssl certificate to the mqtt broker. This lies in a commonly shared folder in /config/ssl because both...

Ok I see now, we can add [homeassistant_config ](https://developers.home-assistant.io/docs/add-ons/configuration#optional-configuration-options)and/or [ssl](https://developers.home-assistant.io/docs/add-ons/configuration#optional-configuration-options) to preserve the functionality. As I see of now, whatever we will do, it will be a breaking change from...

> Why don't you use the /ssl folder for your certificates? as of now we do not map it.... https://github.com/LukasGrebe/ha-addons/blob/1abaae5d22b73f8c3402959cb6e65379afff80bd/ebusd/config.yaml#L21-L22

It seems, that [ookla's cli](https://superuser.com/a/1519159) uses http protocol which grants more compatibility for older/slower (EG PI) devices, but it has a huge deviation with modern

nothing changed on my side: still useless.