The RA REST Agent fails to do REST calls to an secured endpoint. It was previously working using OpenJDK v11 but now fails. Switching to a different java such as Oracle Java as a workaround seem to work.
2022-06-01 08:29:34 Connect timeout set to 30 seconds
2022-06-01 08:29:34 Read timeout set to:60
2022-06-01 08:29:34 Using connection:CONN.WEBSERVICE.RESTCONNECTION
2022-06-01 08:29:34 Authentication type:None
2022-06-01 08:29:34 Request:GET https://api.endpoint.com/v2/alerts/requests/
2022-06-01 08:29:34 Request headers:[[Authorization, Key ]]
2022-06-01 08:29:34 Sending request...
2022-06-01 08:29:34 2022-06-01 08:29:34
2022-06-01 08:29:34 An error occured - while sending the request
2022-06-01 08:29:34 javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
Release :
Component :
Checking the last date modified on the cacerts of the REST Agent and the REST Endpoint can be a good way to check if they are mismatched