Hi,
I'm using CIM - XML - ColdFusion
I'm not ale to create customer profile.
My http request to URL https://apitest.authorize.net/xml/v1/request.api with XML is returning below error I/O Exception: Name in certificate `test.authorize.net' does not match host name `apitest.authorize.net'
Im able to create a profile through https://developer.authorize.net/api/reference/index.html#customer-profiles-create-customer-profile, but the same XML not working via http request.
Am I missing something?
Thanks,
Saravanan
01-26-2016 09:54 AM
Hi Saravanan,
Our sandbox server make use of Subject Alternate Name (SAN) certificates. While these are a widespread internet standard supported by the overwhelming majority of languages, they are not supported in Coldfusion prior to version 10. This is most likely the issue that you are running into. Unfortunately, there is no workaround for older versions of Coldfusion.
Thanks,
Joy
01-28-2016 10:50 AM