Running into SSL/TLS problems with "http request" upgrading from 2.2.2 to 3.1.3

So the request is complaining about a TLS version number or an incompatible encryption routine - in fact, it seems to be complaining about SSL which, if true, is a problem for you because SSL hasn't been safe for some years.

As systems get updated, the minimum acceptable settings for both TLS version and encryption types are updated due to older ones being compromised.

Either the server you are connecting to is outdated or it is updated but your TLS config is outdated. I'm not sure which I'm afraid.