Recently I am done with the SSL certification installation procedure in the Coldfusion Truststore, I'm getting Attribute Validation error now which clearly states that I need to have cfhttp in my code. I understood that. So,I'll have to use cfhttp something like the following: method = "post", clientCert = ?? and clientCetPassword = ?? result = "xyz"
I came across some posts (forums.adobe.com/message/800318) and there they have mentioned that clientcert should include file with format, .pkcs ? If yes, then, I'm wondering from where should I bring this file and am I following the correct procedure? Is it the same file that I downloaded in the DER format? Please throw some light on this.
Does anyone know any good source where I can read about sending clientCert and clientcertPassword related stuff? Adobe docs aren't much informative for me.
Thanks
P.S: The SSL instalaltion work I did is mentioned at one of my previous post. Please take a look.
cfhttp
to make the SOAP request Ben Nadel has an excellent write up on the topic Making SOAP Web Service Requests With ColdFusion And CFHTTP. – PignutclientCert
andClientcertpassword
fields while usingcfhttp
? Also, by saying that I need to learn third party documentation, did you mean that they have some specific documentation for sending username and password or are you referring to the WSDL they have provided? P.S: they have already provided username and password. Please clarify – EnlaceclientCert
andClientcertpassword
fields. By third party I mean the provider that is giving you access to their service. If they want anyone to be able to use their services then they must provide you documentation on how to use their services. Not just a WSDL. – PignutYou've already imported their certificate into the keystore for ColdFusion so you should be good to go
, is there any reason you mentioned this? – EnlaceConnection Failure: Status code unavailable
error message. – EnlaceConnection Failure
is not typically a certificate/SSL handshake error. – Pignut