When I use the http_response input plugin to post to an https web api (using client certificates) I receive the following error – local error: tls: no renegotiation. Does the plugin support TLS renegotiation? Does it require client/server to use a particular version of the TLS protocol?
It appears that renegotiation is disabled by default in the Go TLS library:
// Renegotiation controls what types of renegotiation are supported.
// The default, none, is correct for the vast majority of applications.
Renegotiation RenegotiationSupport