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

How do you get https (ssl) to work with CF10 on Windows server 2012?

New Here ,
Jan 29, 2014 Jan 29, 2014

Copy link to clipboard

Copied

I downloaded the latest CF10 installer from Adobe. Installed it on Windows Server 2012 and it works fine for regular port 80 web traffic. But, I get a connection error when I try to use https (port 443). I have bindings in IIS 8 for both http and https.

Does anyone have any ideas on how to troubleshoot this?

Views

727

Translate

Translate

Report

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 ,
Jan 29, 2014 Jan 29, 2014

Copy link to clipboard

Copied

If you already has installed the SSL certificate and enabled the SSL on the site, check the windows firewall or antivirus.

Votes

Translate

Translate

Report

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
New Here ,
Jan 29, 2014 Jan 29, 2014

Copy link to clipboard

Copied

Thank you for your reply, but I still have the problem with Firewall and AntiVirus turned off.

Votes

Translate

Translate

Report

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
New Here ,
Jan 29, 2014 Jan 29, 2014

Copy link to clipboard

Copied

I would call your hosting company and check if they have a hardware firewall running. Maybe they have port 443 blocked on that device.

Votes

Translate

Translate

Report

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
New Here ,
Jan 29, 2014 Jan 29, 2014

Copy link to clipboard

Copied

To test this firewall idea further, I created a virtual directory in IIS and then dropped in some working dot net code. It works fine as a https connection from my desktop.

Votes

Translate

Translate

Report

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
New Here ,
Jan 30, 2014 Jan 30, 2014

Copy link to clipboard

Copied

LATEST

ROFL

one of the devlopers had put this code into the the root directory index page

<cfif CGI.HTTPS EQ 'ON'>

<cflocation url="http://#CGI.SERVER_NAME#/index.cfm?1" />

</cfif>

No wonder it didn't work.

Votes

Translate

Translate

Report

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
Documentation