Hello,
I am working on a Delphi (11.3) project where there is a need to make HTTP Requests (PUT, GET, PATCH) to a service that requires Client authentication solely with certificate files and using TLS version 1.2 at minimum.
There are .csr, .p12, .key and .pem Client Certificate files and a .pem Root Certificate file.
The problem is that the company policy is to use the REST Client, but despite extensive search for information here, Embarcadero, Google, Stack OverFlow etc, I have been unable to locate useful information, guides or examples on how to implement this kind of authentication with the REST Client.
This is a quite urgent issue and I would be most grateful for help on it.