ianjohnsonspacex

Results 2 comments of ianjohnsonspacex

Was this identified? It seems that neither the SecurityPolicyBasic256 nor SecurityPolicyBasic128Rsa15 policies work, both claiming that the class object has no attribute host_certificate. When I add those attributes to the...

This is due to this line right here:https://github.com/paksu/pytelegraf/blob/master/telegraf/utils.py#L40 `value = value.replace('"', '\"')` does not escape as the author intended. `'"' == '\"'` is True, the backslash is not interpreted as...