function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
tchrisbakertchrisbaker 

Certificate Error - Website calling Apex web service

I have an Apex class exposed as a web service. When our Cold Fusion based website calls this service, they get the following error:

 

Error: I/O Exception: Name in certificate 'na14.salesForce.com' does not match host name 'na14-api.salesForce.com'

 

It seems to me that SF has a certificate for na14.salesforce.com but not na14-api.salesforce.com. However the Sandbox had a certificate for cs9-api.salesforce.com and for cs9.salesforce.com

 

I have more details here:

https://www.evernote.com/shard/s80/sh/6e58fc8a-10f4-4b26-a4b9-a623947475fa/51a866d1a1e87bacb7a69962063747f1?noteKey=51a866d1a1e87bacb7a69962063747f1&noteGuid=6e58fc8a-10f4-4b26-a4b9-a623947475fa

 

Has anyone ran into this problem before?

 

Thanks,

Chris