Hello, all. Wondering if anyone else out there has encountered a similar issue:
I have several ColdFusion applications that speaking to another CF application via SOAP (CreateObject('webservice'...)), and that is happening over SSL. The certificate is valid, is not self-signed, and is not expired. This connection works fine on servers that are using the 1.6x JRE, but on servers using 1.7x the connection fails with the following error:
Unable to read WSDL from: {address}
Error: javax.net.ssll.SSLPeerUnverififedException: peer not authenticated.
If we downgrade the JRE on those servers with the error it goes away and connects fine.
Thoughts?