cancel
Showing results for 
Search instead for 
Did you mean: 

handshake_failure

07-15-2026 10:43 PM
lucio_bello Discoverer
167 views 1 comments
0 Likes
SAP Managed Tags
Subscribe

I need to create a integration to retrieve data about in employee using rest API developed by Brazil government.

 

The endpoint is this : https://papiecotrab.dataprev.gov.br/credito-trabalhador-empregador/v1.0.0/dados-consignacoes-emprega...

 

I need to develop this integration in SAP Cloud Integration, but when I try to test the connectivity, I received this error:

 

“javax.net.ssl.SSLHandshakeException: (handshake_failure) Received fatal alert: handshake_failure”

0 Likes

Accepted Solutions (0)

Answers (1)

Answers (1)

TomXing
Product and Topic Expert
Product and Topic Expert
0 Likes

The target website support only WEAK ciphers, which are regarded as deprecated.

  • TLS_RSA_WITH_AES_256_GCM_SHA384
  • TLS_RSA_WITH_AES_128_GCM_SHA256

CPI doesn't support such weak ciphers anymore, as of:
https://me.sap.com/notes/3694052