And do you know why HA was shutting down in this repro - my bet is still on some kind of attempt to recover from the broken state it's getting into. -- I am afraid I don't know. TLDR; In this log I see widespread connectivity issues for all your integrations starting around 12.05...
At this point I don’t know yet what those functions are, but strings from the .hydrated section give some hints. We also need the functions related to the network communication. To create an example with the Bouncy Castle library, I used some snippets from: https://asecuritysite.com/c...
+ case $tagname in + *[!-_A-Za-z0-9,/]*) + func_fatal_error "invalid tag name: $tagname" + ;; + esac + + # Don't test for the "default" C tag, as we know it's + # there but not specially marked. + case $tagname in + CC) ;; + *) + if $GREP "$re_begincf...