Httpclient issue with tls

The server you are targeting is out of date. Newer versions of java block the insecure TLS versions it wants to use. Same problem others have encountered with Database connections:

The correct solution is have the operators of that server upgrade their security.
The alternate solution is for you to re-enable old TLS on your end as described in that topic.

1 Like