Funny thing is when I look at the fingerprint from C:\Documents and Settings\Administrator\.keystore I get asiccert, 6/07/2005, trustedCertEntry, Certificate fingerprint (MD5): AE:A9:A6:61:D4:EE:D5:4A:B6:14:56:AC:6A:46:CB:2C shelco, 6/07/2005, keyEntry, Certificate fingerprint (MD5): E0:05:34:7C:9C:A2:E9:9E:E6:0E:A8:66:4D:60:3A:F2
But when I look at the fingerprint from C:\CFusionMX\runtime\jre\lib\security\cacerts I get asiccert, 13/07/2005, trustedCertEntry, Certificate fingerprint (MD5): E0:05:34:7C:9C:A2:E9:9E:E6:0E:A8:66:4D:60:3A:F2 I'm still kind of wet behind the ears when it comes to certificates and keys. Anyone know of a good tutorial out there? I got it working for Java but don't ask me how I did it, I won't be able to replicate it, I did it bit by bit via articles. -----Original Message----- From: Taco [mailto:[EMAIL PROTECTED] Sent: Wednesday, 13 July 2005 8:49 AM To: CF-Talk Subject: RE: Java class called from CF errors 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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:211702 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

