We are running CFMX 7 on a Solaris server. We are trying to call a web service
using cfinvoke. The developer of the web service has provided us with the url
(which I can call from my browser using both http and https). When we use the
http version, we have no issues. When we use the https version, we receive the
following error:

Could not generate stub objects for web service invocation
.....
javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated

I have imported the certificate into the following keystores (using keytool):
/opt/coldfusionmx/runtime/lib/trustStore
/opt/coldfusionmx/runtime/jre/lib/security/cacerts

Is it necessary to restart CF and JRun? Am I missing a step?

Thanks for any help.