Yes! You are definitely on to something, did a bit of searching and ran the following after reading some articles.
_____________________________ C:\CFusionMX\runtime\jre\lib>keytool -import -keystore c:\CFusionMx\runtime\jre\ lib\security\cacerts -alias asiccert -storepass changeit -noprompt -trustcacerts -file C:\Temp\signature\Shelco.cert.der Certificate was added to keystore _____________________________ Unfortunately I still get the same error as before. Connection has been shutdown: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: No trusted certificate found Do you see anything I done wrong above or can you think of something else? -----Original Message----- From: James Holmes [mailto:[EMAIL PROTECTED] Sent: Tuesday, 12 July 2005 5:59 PM To: CF-Talk Subject: Re: Java class called from CF errors Are you sre that the CA cert is in CF's keystore as well as in the keystore for the JRE in which yout test the compiled class? On 7/12/05, Taco Fleur <[EMAIL PROTECTED]> wrote: > I have a Java class that runs fine as an application with main(), but > when I call it form CF it errors, I made sure the right constructor is > called - I just cannot figure out what the difference is and why it > errors. > > > > The error is: > > There was an error reading the Input Stream. The error is Connection has > been shutdown: javax.net.ssl.SSLHandshakeException: > sun.security.validator.ValidatorException: No trusted certificate found ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:211701 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

