cancel
Showing results for 
Search instead for 
Did you mean: 

(HCI) Sending HTTP with client certificate

Former Member
0 Kudos

We have a scenario where we are trying to call a HTTP service using our HCI tenant. Given that there currently is no HTTP sender adapter in HCI, is it possible to expose HTTP to HCI using a client certificate (SSL)?

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

you can add the root and intermediate certificate to the HCI agent installation at

<install drive>:\Program Files\SAP\DataServicesAgent\ssl\trusted_certs appending file curl_cacert.pem with your certs

This should enable HCI to use SSL, when you call the service from HCI.

Thanks!!