Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
TacoBell #1
No trusted certificate found
I have a Java class that talks over an SSL socket, and it all works fine when I
run the class with a main()
But when I call the class from ColdFusion (which is the language I NEED to
call this class from) I get the following error:
javax.net.ssl.SSLHandshakeException:
sun.security.validator.ValidatorException: No trusted certificate found
I have been working on this error for days now and tried many things, during
my research I found some documentation that said I also needed to import the
certificate for the ColdFusion engine, which I did. When I point the Java class
to the Coldfusion keystore it all still runs fine with a main(), which tells me
that it imported fine into the CF keystore.
I also thought of calling the class from another language, just so I could see
if its a Java or ColdFusion issue, I downloaded the JavaReg tool to register
the Class and try and call it via VBScript, but that just errors and wont even
let me instantiate the Class, so I can't test that either.
What else can I check for to see whats different between running it from
main() or calling the class from ColdFusion?
I am running out of options and will be pulling my hair out soon ;-)
TacoBell Guest
-
Win32::OLE and CAPICOM to find a certificate in certificate store will raise exception
Hi, I am trying to use win32::OLE to access certificate store via CAPICOM. If certificates in the store meet the searching criteria, the... -
trusted site certificate
How do I add a trusted site certificate to my site or make IE trust my site? Thanks. -
trusted Cache
Hi, I have several cold fusion servers running CFMX 7. Everytime I have to open trusted cache, I have to login onto each server, start CFAdmin and... -
Certificate Server and Windows XP - Cannot install certificate
Hello all, I would like to implement certificate server. I have installed the service on Win2003 server in standalone mode. I have created from... -
Trusted Root Certificate
Hello. We are having some strange problems with Windows XP and installing trusted root certificates through Internet Explorer. This is what...



Reply With Quote

