Hi,
I am trying to set up an HTTP Action in a Consumption Azure Logic App but when trying to do so, the HTTP call always fails with a SecureChannelFailure. Googling this issue hasn't made me any wiser since i don't see anyone complaining on this issue, therefore my question:
The client provided us with a Certificate (.PFX extension and is a valid Certificate) with what we will have to authenticate ourselves when making the request.
The Error:

The header composes of some fields and a JWT Token that is also valid and was tested.
The Authentication is a Client Certificate specified in the Logic App Workflow:

The Call:

Please let me know if you require more information but at this point I don't understand why My Logic App call is failing after 4 retries and this error is thrown.
(The certificate is Base64 Encoded via the following way , as suggested by MS, https://docs.microsoft.com/en-us/azure/logic-apps/logic-apps-securing-a-logic-app?tabs=azure-portal#client-certificate-authentication)
Thanks in advance!