I am using CF10 and have been working on an application that connects to a secure server using cfhttp. It was working fine but then the host moved their application to a Windows server 2012 box using IIS8 with SNI enabled and now I cannot connect.
After reviewing the Internet I found that CF has a bug; # 3598342 registered in its Adobe bug database and that it has “apparently” been fixed with upgrade 14 for CF10. I actually applied upgrade 15 so am now running build 10,0,15,292620 and java version 1.7.0_15.
However, after completing this upgrade and ensuring that the server’s SSL certificate is installed in the CF certificate store, I still cannot connect to the SNI enabled server using cfhttp.
I'm not sure where to go from here. Am I missing something? Any guidance would be appreciated.