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: 

Using sandbox.api.sap.com from ABAP - How to get a working SSL certificate ?

joachim_paulini3
Explorer
0 Kudos

Hello,

I'm trying to use some SAP API's by directly calling sandbox.api.sap.com from our local ABAP dev system. Since HTTPS must be used, there is the need to install a certificate in STRUST. I managaged to get a certificate for api.sap.com, but it gives only an error while trying to call an ap (this is from the log file)i:

SSSLERR_PEER_CERT_UNTRUSTED

I made sure I can make successful https calls to other sites where I downloaded and installed the corresponding certificates, so I can rule out the most obvious beginner errors 🙂

Question: How do I get a proper certificate for sandbox.api.sap.com ?

Regards and Thanks!

Joachim

1 REPLY 1

fabianlupa
Contributor
0 Kudos

Have you installed the whole certificate path chain? I see *.api.sap.com, Symantec and VeriSign in the certification path. For the SAP certificate to be trusted all certificates in the chain must be trusted.

Maybe this tutorial also helps: http://larshp.github.io/abapGit/guide-install.html