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: 

SSL - explorer - ABAP - HTTPS

0 Kudos


Please see attched  WORD file for problem description.

I got the certificates from SAP  (TEST)

I do NOT manage to access the URL without getting certificate error.

https://mydphdb0143.hpswlabs.adapps.hp.com:8400/sap/bc/ui5_ui5/ui2/ushell/shells/abap/FioriLaunchpad.html

Do I need to install something else?  On my PC  on the SAP SERVER?

What am I missing?

The Mobile expert is asking for P12 certificate

Thanks,

Moshe Yerushalmy

1 ACCEPTED SOLUTION

Private_Member_69416
Active Participant
0 Kudos

To use your new certificate without errors/warnings,  you need to add SAP issuer root certificate authority to trusted CAs in client browser/system and server side too.

Root Certificates | SAP Support Portal -> SAP SSL Test Server CA Certificate

2 REPLIES 2

Private_Member_69416
Active Participant
0 Kudos

To use your new certificate without errors/warnings,  you need to add SAP issuer root certificate authority to trusted CAs in client browser/system and server side too.

Root Certificates | SAP Support Portal -> SAP SSL Test Server CA Certificate

magexposito
Active Participant
0 Kudos

Hello Moshe,

You need to import the whole chain of your new certificate into the STRUSTSSO2 transaction (SSL Server Standard). With "chain" I mean your new certificate and the Root Certificate, the validation of the certification goes through several levels that has to be checked:

-> Root Certificate (SAP CA Certificate).

---> Your new server SSL Certificate

It is not possible to authenticate the certificate if you don´t have the root certificate installed.

Regards.