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

ColdFusion Alexa (Amazon Echo) Skills Publishing

Community Beginner ,
Oct 20, 2018 Oct 20, 2018

Copy link to clipboard

Copied

Has anybody successfully published an Alexa Skill in ColdFusion.  In particular, I am looking for someone who knows how to get through the signature verification requirements.  Any help is greatly appreciated.  I have a number of skills in development ready to go, if I can just get this figured out.

Thanks!

Views

397

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
Community Expert ,
Oct 21, 2018 Oct 21, 2018

Copy link to clipboard

Copied

Since you refer to a problem with ssl verification, perhaps your problem is simply that your running cf on Java 7. In that case, the issue is between that (which cfhttp calls upon to reach a given url) and the server being called (if it may require tls 1.2, for instance) .

What version of cf and Java are you running? See the settings summary in the cf admin.

As for updating cf's Java, or for more code showing using Alexa with cf, Google shows many easily found resources, or ask away here.


/Charlie (troubleshooter, carehart.org)

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
Community Beginner ,
Oct 23, 2018 Oct 23, 2018

Copy link to clipboard

Copied

Thanks for the response.  I'm running cf11 (11.0.15.307976)  Java version 1.8.0_25 on Windows Server 2008 and also Server 2012.

I'm sorry, but I disagree that there are many easily found resources when it comes to getting the skill to a published status.  If you could point to any google search of cf code passing the functional test, I would be thrilled.  i was hoping someone has put together a set of functions using the BouncyCastle library calls. This is Amazons requirements for getting certified and published

Host a Custom Skill as a Web Service | Custom Skills

Thanks again for the response.

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 ,
Oct 29, 2018 Oct 29, 2018

Copy link to clipboard

Copied

LATEST

I had an incredible amount of difficulty with this as well.  In the end, I ended up writing api calls to my app in node on Lamda. Lamda passes automatically.  Hopefully you get a better response, it would be nice to see this working as a pure cf solution.

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