Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
doza #1
Calling web service over https with CFMX 7
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.
doza Guest
-
FMS > CFMX by https (SSL)
There are different ways to connect to an Application Server via FMS. Concerning a secure connection, i cant find out exactly what Connections are... -
Using HTTPS with LWP::UserAgent = Bad Service
Hi all, I'm trying to access https://www.nodeworks.com/ through a proxy which requires a proxy username and password. The code I have is as... -
WebException while calling Web Service over HTTPS...
I'm having an issue calling a Web Service (This is an 3rd party Web Service and I have no control/access to it) via HTTPS. We have talked to the... -
Calling a web service over HTTPS?
Hi Does anyone have any advice/information with regards to calling a web service that will be hosted on a server running HTTPS. Are there any... -
Calling web service over HTTPS
I'm trying to call a web service method over HTTPS. However the certificate installed on the web server has the load-balanced dns name of the whole...



Reply With Quote

