Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Link abapGit repository issue: "SSL handshake with github.com:443 failed"

KarynaB
Explorer
6,931

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 "

KarynaB_0-1710237204875.png

Any idea what could be the reason?

Thanks.

8 REPLIES 8
Read only

Michael_Keller1
SAP Champion
SAP Champion
0 Likes
6,896

Tested, same situation here. I guess we need some support 😀

---
I ❤️ ABAP - with arms wide open for the tech community worldwide...
Read only

6,858

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

ceterum censeo RAP esse utendam
Read only

Andre_Fischer
Product and Topic Expert
Product and Topic Expert
6,848

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.

 

ceterum censeo RAP esse utendam
Read only

6,814

Thank you! It's working now.

Read only

0 Likes
6,766

Thank you @Andre_Fischer, it's working again 👍

---
I ❤️ ABAP - with arms wide open for the tech community worldwide...
Read only

ChMueller36
Discoverer
0 Likes
6,134

Unfortunately the error is back.

Read only

Banu_Subi
Explorer
0 Likes
3,139

Banu_Subi_0-1752564067433.png

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 ?

Read only

Andre_Fischer
Product and Topic Expert
Product and Topic Expert
0 Likes
3,119

You would have to install the certificate in SAP NetWeaver ABAP AS using transaction STRUST.

 Install SSL Certificates | SAP Help Portal 

ceterum censeo RAP esse utendam