CFHTTP ERROR while Accessing SSL enabled site
While trying to consume webservice from other server. We get the following error
"I/O Exception: Name in certificate 'URL' does not match host name 'URL'
The code works fine in development environment. Whereas, when we are trying to consume with/without the port number as 443 using cfhttp tag with method as post . It is throwing the above error.
Environment :
Coldfusion 8
SQL Server 2005
Webserrvice Provider: Java/J2EE.
It appears that ColdFusion 8 does not support the "Subject Alternative Name" attribute of SSL certificates. I have even tried to import the certificate into the Java keystore (similar to untrusted certs) to no avail. I get the error: "I/O Exception: Name in certificate" (similar to untrusted certs).
The issue is that I need to use web services against loadBalancer.example.com but, the certs are written for memberServer01.example.com and memberServer02.example.com with loadBalancer.example.com listed in the "Subject Alternative Name" attribute.
Is there a solution for this other than getting new certs?
Can you please help us? If you require any other details kindly let me know
