I'm trying to use the CFHTTP Tag to post to an ssl url. I keep getting the "Connection Failure" message from Coldfusion. I believe it has something to do with the SSL Cert not in the java store.
Can I use the clientcert and clientcert password parameters in my cfhttp tag? What is the procedure to save the cert from the url and what is the password?
<cfhttp url="
https://secure.quantumgateway.com/cgi/authnet_aim.php" method="post" port="443" clientCert="" clientCertPassword="">
Start Free Trial