I've tried to import the certificate from First Data into my ColdFusion 9 setup using the keytool as so:
keytool -importcert -keystore MYCF9Dir\runtime\jre\lib\security\cacerts -trustcacerts -alias firstdata -file FirstData.pem
The import seems to work, however when I access the WSDL via any ColdFusion function or tag it throws a "I/O Exception: Received fatal alert: handshake_failure". Which tells me it can't access the site with the certificates that it has, or can't find it.
So, am I importing the certificate correctly? And if I am, how else can I access this WSDL with ColdFusion?