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 ...
					Search found 2 matches
- Mon Sep 30, 2024 1:20 pm
 - Forum: HTTPAPI
 - Topic: Mutual TLS for HTTPAPI. RPGLE Rest API
 - Replies: 3
 - Views: 28434
 
- Fri Sep 27, 2024 11:59 am
 - Forum: HTTPAPI
 - Topic: Mutual TLS for HTTPAPI. RPGLE Rest API
 - Replies: 3
 - Views: 28434
 
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 ...
					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 ...