Copy link to clipboard
Copied
A part of a Google pay implementation we need to attach a certificate .PEM file and key to a CFHTTP request. It seems some envoronments like Node can do a HTTP POST and specifiy such files. Is this possible in CFML? Unless we do a CFHTTP POST with a specific .PEM file, the request is rejected. Help appreciated.
Copy link to clipboard
Copied
CLIENTCERT attribute of CHTTP seems the only way?
Copy link to clipboard
Copied
Hi @tribule ,
What about using a cfhttpparam tag with type="file"? In any case, if you shared the Node.js code, we could try to translate it into CFML. 🙂