ā2024 Mar 12 9:56 AM
Hi,
I am getting the error when I am trying to link the git repository in the SAP BTP ABAP Environment:
"HTTP error 421 occured: SSL handshake with github.com:443 failed: SSSLERR_PEER_CERT_UNTRUSTED (-102)
Peer's X.509 certificate (chain) validation failed (missing "
Any idea what could be the reason?
Thanks.
ā2024 Mar 12 12:58 PM
Tested, same situation here. I guess we need some support š
ā2024 Mar 12 7:01 PM
The problem is known. For a workaround (upload of the certificate) see my following post:
Solved: How to overcome an HTTP error 421 occured: SSL han... - SAP Community
ā2024 Mar 12 7:34 PM
See my post here:
Solved: How to overcome an HTTP error 421 occured: SSL han... - SAP Community
in the trial systems I have uploaded the new certificate so that it should work there again.
ā2024 Mar 13 8:08 AM
ā2024 Mar 13 6:16 PM
Thank you @Andre_Fischer, it's working again š
ā2024 May 13 11:09 PM
ā2025 Jul 15 8:25 AM
HTTP error: [421] SSL handshake with api.github.com:443 failed: SSLERR_PEER_CERT_UNTRUSTED (-102) Peerās X.509 certificate (chain) validation failed (missing...)
This occurs when your ABAP system (SAP NetWeaver) is trying to connect to GitHub over HTTPS, but cannot trust the SSL certificate chain. What to do now ?
ā2025 Jul 15 9:13 AM
You would have to install the certificate in SAP NetWeaver ABAP AS using transaction STRUST.
Install SSL Certificates | SAP Help Portal