Skip to main content
Known Participant
July 17, 2008
Question

CFHTTP Over SSL

  • July 17, 2008
  • 1 reply
  • 458 views
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?
This topic has been closed for replies.

1 reply

Inspiring
July 18, 2008
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.