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

CFHTTP Over SSL

Community Beginner ,
Jul 17, 2008 Jul 17, 2008

Copy link to clipboard

Copied

I'm trying to get CFHTTP to connect over SSL with no luck. I've researched the solutions that call for the target certs to be placed in the cacerts and trustStore key stores via keytool. But, I'm still not able to get a connection. It was suggested that I turn on SSL debugging for more info. Where/how would I do this?
TOPICS
Advanced techniques

Views

394

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 17, 2008 Jul 17, 2008

Copy link to clipboard

Copied

LATEST
Are you running the code on yoru local box or on a hosted account somewhere. Keep in mind that when you use <cfhttp> the request to the define URL is actually made from the web server where ColdFusion is running, not the client (your) computer. If there are settings defined on the server to not allow SSL connections or prompt when attempted, this could be the issue.

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