cancel
Showing results for 
Search instead for 
Did you mean: 

Use SAPB1 Servicelayer https self signed certificate-Error

MatLakaemper
Participant

Hi,

i am building a cap-Solution with a B1-service-layer-Connection as a remote service.

When is use ssl the system runs in an error, with http it works fine.

The Paramters:

- strictSSL: false,

- rejectUnauthorized: false,

- TrustAll : true

doesn´t solve the Problem

Any help would be appreciated.

Regards,
Matthias Lakaemper

View Entire Topic
iashishsingh
Participant

Hi matthias.lakmper,

Had to debug the files but found the solution. We need to put following settings under the external service "credentials":

"isTrustingAllCertificates": true,

"trustStoreCertificate": false

This helped the auth to go through in the dev env.