alexa-js / alexa-app-server

An Alexa app server for alexa-app.
MIT License
401 stars 116 forks source link

how to configure on the Amazon side? #81

Closed ericblade closed 7 years ago

ericblade commented 7 years ago

question:

I've put together an alexa-app-server, with https support as described in the README, but no amount of fooling with the settings on developer.amazon.com seems to get it to work. I just get "The SSL handshake failed". I also tried following the Amazon directions for generating a certificate, and put it in the same place in the alexa-app-server and get the same response.

Any ideas or suggestions? I know it's not directly related to the app-server, but I'm hoping someone might have some experience they can lend.

ericblade commented 7 years ago

Figured it out -- must have a valid DNS name and have it applied to the certificate.

dblock commented 7 years ago

Maybe you want to document this for the rest of us? PR?