Thomas B

Results 326 comments of Thomas B

No, as far as I can tell s_client will give `Verify return code: 21 (unable to verify the first certificate)` at least with default parameters. My thought was though, if...

> [docs.python.org/3/library/ssl.html#ssl.VERIFY_X509_PARTIAL_CHAIN](https://docs.python.org/3/library/ssl.html#ssl.VERIFY_X509_PARTIAL_CHAIN) is likely what needs to be configured here Looks like it indeed :) > The number of items in a trust store isn't a guarantee that the certificate...

Disclaimer: Of course I am no particular authority on this, I'm just weighing in an opinion as a user with reasonable knowledge of PKIs and security in general, adding to...

Yeah that works but it's pretty verbose and seems like something that would have its place in AppDaemon's framework.

Thanks, opened https://github.com/hassio-addons/repository/issues/700

As it turns out this is a limitation of the way the webapp is built here, so reopening. https://github.com/hassio-addons/repository/issues/700#issuecomment-2537604482 > The application needs to support being served from a path,...

HA can proxy an addon's front-end (that should be served on a port provided via an env var chosen by HA) which would then be served as `https://yourhomeassistanturl/addonproxy/addonblablabla`, and benefit...

Note: For me this isn't as much of a concern as it used to be because I ended up setting up Wireguard and [reasonable firewalling](https://community.home-assistant.io/t/local-firewall-on-home-assistant/774649/5). (But firewall setup was complex...

Hello, yes I'm looking for specifying sampling not just based on the span itself, specifically I'm using another header than sentry trace to specify just "please sample this", without specifying...