Copy link to clipboard
Copied
Hi All,
I am using Coldfusion 2016 enterprise on Windows 2012 Sever.
We are facing some issue for cfhttp : Cant Connect to SNI enable server using cfhttp
We are getting Error like below :
I/O Exception: Host name '<ThirdPartDomain>' does not match the certificate subject provided by the peer (CN=<ThirdPartyDomain>, O=XXXXXX, L=XXXXXX, C=XXXX)
Please help me.
Thanks in Advance.
Copy link to clipboard
Copied
The site you wish to connect to uses SSL. The error suggests that you're required to import the (correct) certificate.
Copy link to clipboard
Copied
Hi BKBK, Certificate already imported. But Certificate CN name is different then HOST name.
Host name maintained in Certiface Altername Name list.
Thanks.
Copy link to clipboard
Copied
Thanks for the explanation. It therefore means that the certificate does not protect the host-name. Sometimes, a certificate for protecting *.mydomain.com may not protect www.mydomain.com and www.mydomain.org .