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

ColdFusion Won't Accept Network Solutions SSL Cert

Explorer ,
Jul 27, 2009 Jul 27, 2009

Copy link to clipboard

Copied

I followed these instructions and it said "Certificate was added to keystore":

Manually import a certificate

  1. Go to a page on the SSL server in question.
  2. Double-click the lock icon.
  3. Click the Details tab.
  4. Click Copy To File.
  5. Select the base64 option and save the file.
  6. Copy the CER file into C:\ColdFusion8\runtime\jre\lib\security (or whichever JRE ColdFusion is using).
  7. Run the following command in the same directory (keytool.exe is located in C:\CFusionMX7\runtime\jre\bin):
    keytool -import -keystore cacerts -alias giveUniqueName -file filename.cert

from this url:

http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags_g-h_09.html

Except the location was d:\jrun4\jre\lib\security.

And this works: <cfhttp method="get" url="

but this does not: <cfhttp method="get" url="https://www.missionlinen.com" />

Why and how do I get the cert to work?

TOPICS
Advanced techniques

Views

1.2K

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 ,
Jul 27, 2009 Jul 27, 2009

Copy link to clipboard

Copied

LATEST

it truncated the working cftag.  hopefully this will show the one that works:

<cfhttp method="get" url="http://www.missionlinen.com" />

and this one did not:

<cfhttp method="get" url="https://www.missionlinen.com" />

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