Please correct me if I'm conceptually wrong:
Scenario 1:
I'm using Dreamweaver to access the Coldfusion 8 server which is installed on Windows Server. It's in my local network. I can login into the box using RealVNC. I have a WSDL opened inside the box, on Internet Explorer. The same WSDL ,when I try to open in my web browser(Firefox or any other), I get the message that the web page is nto available. I remember, my client who provided me the WSDL asked me about the IP address which he wanted to add in his firewall. I believe this is the reason why I am unable to acces the WSDL on my desktop ( from where I can VNC into the Windows Server where CF 8 is installed). Please correct me if I'm wrong somewhere?
Scenario 2:
As mentioned above, I'm basically working on the Windows Server via dreamweaver installed on my computer.I am creating coldfusion files on the Windows server (via dreamweaver) and trying to send a SOAP request to the WSDL. I'm getting following error:
Unable to read WSDL from URL: https://testing/abcphp?wsdl.
Error: javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated.
I know it's an webservice over an SSL proble but my concern is not related with the error here. What I'm thinking is as follows:
Although I'm trying to access and work on coldfusion server via dreamweaver, the error message I'm receiving is on my desktop's browser. So, my questions is, can this be because of my IP address? I mean my IP address is not the one which the client asked and added to his firewall it's the box IP address which was supplied to the client as I described in Scenario 1.
So if this is not because of my IP address, then I'm pretty much sure that I need to add the SSL certificate in Coldfusion 8(which is installed on the box) Truststore.
Please confirm that I am not confused here.
Thanks