I have, what I think is a pretty unique situation that is causing me to rip my hair out.
I am working with trying to import a KEYPAIR into CACERTS. To explain a little further. I have a private key file that I created using openssl, then generated a cert request for the company that I am dealing with, to which they gave me a generated cert file back. (Both p7 and crt file) This contains their cert but not my private key. the crt file will import into cacerts, but the privatekey PEM file will not. Ok, fair enough, I tried to create a combined p12 cert with both my private key and then tried to import, to with keytool tells me Unknown key Spec: Invalid RSA modulus size. I also heard somewhere that there is sometimes issues with p12 files importing properly into JRE keystores, so I converted to a DER file and it still won't import to the CACARTS file. Basically, all I am trying to do is make a SOAP request using CFHTTP to a certain WSDL. This particular WSDL needs to have a trusted cert and my PRIVATE KEY to function correctly. Can Coldfusion MX7 handle private keys to handshake a cert? Is there some other way to do it if Coldfusion can't. The kicker is I can get this pairing to work in internet explorer 7 to test the WSDL that I am working with. I even tried to export the cert using internet explorer and tried to import it into cacerts but get the same modulus size error as above.. Sorry if I was a little vaugue about details as I am under an NDA. If you need more detail, just ask and I will do my best to post up. I am at wits end here. Any help would be very appreciated. Thanks, Jeff ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:268997 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

