Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Cant Connect to SNI enable server using cfhttp : ColdFusion 2016 Enterprise

Explorer ,
May 30, 2020 May 30, 2020

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.

668
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 31, 2020 May 31, 2020

The site you wish to connect to uses SSL. The error suggests that you're required to import the (correct) certificate.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jun 07, 2020 Jun 07, 2020

Hi BKBK, Certificate already imported. But Certificate CN name is different then HOST name.

Host name maintained in Certiface Altername Name list.

Thanks. 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 07, 2020 Jun 07, 2020
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources