From: lou001 on
Using ColdFusion MX 7. The certificate on the web service server is VeriSign
Class 3 Secure Server CA. This certificate is also on the ColdFusion server.

<cfinvoke
method="getApplicationFunctions"
returnvariable="AllowedFunctions"
webservice="https://server1:7012/WebService/WebService.jws?WSDL">
<cfinvokeargument name="userId" value="user1">
<cfinvokeargument name="applicationId" value="app1">
</cfinvoke>

Returns the following error:
java.net.SocketException: Default SSL context init failed: Keystore was
tampered with, or password was incorrect

I read somewhere on the internet that ColdFusion MX 7 does not yet support
SSLv3. Is this true?
http://www.talkingtree.com/blog/index.cfm/2004/7/1/keytool

Also read that this error can happen if the keystore does not have a password.
http://forums.sun.com/thread.jspa?threadID=5252940

Does anyone know for certain that one of these is the problem here?

 | 
Pages: 1
Prev: Coldfusion and PGP
Next: From LDAP to AD