Docker telegraf inputs.http support tls 1.0 / 1.1?

we have an old performance url on our mainframe that still uses TLS 1.1, when testing with the input.http plugin i get:

tls: server selected unsupported protocol version 302

looking in plugin\common\tls it still mentions tls 1.0-1.3, or have these protocols been disabled in the docker image?

or is it some other error?

Thanks

Hi,

Was this working on a previous version of Telegraf?

Thanks

Not to worry they are moving to TLS 1.2 so should be sorted

Thanks