Details
Description
As pointed out on the mailing list [1], the GetHTTP (and likely PutHTTP) processors use a hard-coded TLS protocol version. PostHTTP also did this and was fixed by NIFI-1688.
The same fix should apply here and unit tests already exist which can be applied to the other processors as well.
For future notice, InvokeHTTP is a better processor for generic HTTP operations and has supported reading the TLS protocol version from the SSLContextService for some time.