Search found 2 matches

by wood_9@hotmail.com
Mon Sep 30, 2024 1:20 pm
Forum: HTTPAPI
Topic: Mutual TLS for HTTPAPI. RPGLE Rest API
Replies: 3
Views: 27549

Re: Mutual TLS for HTTPAPI. RPGLE Rest API

Many thanks for the reply!

Yes i did mean using TLS with client-side certificates as we are trying to connect from the IBMi to a Rest API but using TLS with client-side certificate.

So as i understand we first upload the certificate in IBM i digital certificate manager then retrieve this using ...
by wood_9@hotmail.com
Fri Sep 27, 2024 11:59 am
Forum: HTTPAPI
Topic: Mutual TLS for HTTPAPI. RPGLE Rest API
Replies: 3
Views: 27549

Mutual TLS for HTTPAPI. RPGLE Rest API

Hi Scott,
Apologies if this has been answered but does HTTPAPI support Mutual TLS within RPGLE?
i came across an example of how to load the certificate similar to the below but unsure if this is valid.

// Load certificates first
rc = http_setSSLCertificateFile(clientCertFile);


Many thanks in ...