> You just pass the location of the key file as a string so I'm just passing > in C:\wamp\.....\ClientKey.pem both in CF and Java class. I've tried using > Wireshark as well to look at the packets being sent. From Java the request > is fine, from CF the remote URL never gets called at all so it's not even > getting to the bit where it makes the request. What I don't understand is > why it's throwing the same error when I use a wrapper java class that then > invokes the SDK. Even if I hard code the paths to the files in the java > wrapper class and all CF does is call the wrapper class I get the same > error. I'm thinking it may be some sort of permission issue why it can't > read the key file but I can't figure out what to change. CF and Java and > Apache all have full permissions on the directories.
Is CF running with a specific user account? If so, what happens if you log into the console with that account and try to run the same Java class? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsite. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352822 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

