Application Development 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: 

Authentication issue in abapGit

0 Kudos
1,415

Hi,

I am getting this error "HTTP error 407 occured: SSL handshake with github.com:443 failed: SSSLERR_SSL_READ (-58) SAPCRYPTO:SSL_read() failed SapSSLSessionStartNB()==SSSLERR_SSL_READ" while cloning the github repository from SAP abagGit . I have uploaded github certificates in STRUST and set below parameters in RZ10 as well

ssl/client_ciphersuites = 150:PFS:HIGH::EC_P256:EC_HIGH

ssl/ciphersuites = 135:PFS:HIGH::EC_P256:EC_HIGH

Kindly help me in solve me the issue.

Regards,

Harshitha

2 REPLIES 2

Sandra_Rossi
Active Contributor
787

You may create an abapGit issue.

But I think you got wrong with procedure abapGit documentation - SSL setup.

Maybe you didn't upload correctly the certificates in STRUST.

Or you didn't restart the application server.

Or you have Kernel/CommonCryptoLib too old.

marcfbe
Participant
0 Kudos
787

Hi Harshitha,

I just rewrote the SSL Setup and Test documentation. Might be helpful:

https://docs.abapgit.org/guide-ssl-setup.html

Best,

Marc
@marcfbe