Daniel (dB.) Doubrovkine

Results 3350 comments of Daniel (dB.) Doubrovkine

Looking for some PRs!

Please contribute!

Do you get this error when you make a manual request or one from the alexa test UI or an actual device? This error comes from [alexa-verifier](https://github.com/mreinstein/alexa-verifier/blob/21f99d206f1ddc500d1f2e443590311b1e23fac5/index.js#L72), that means the...

Can you curl your SSL endpoint successfully with SSL enabled with your certificate and `verify: true`?

Have you uploaded the self-signed certificate to AWS? See https://developer.amazon.com/public/solutions/alexa/alexa-skills-kit/docs/testing-an-alexa-skill#testing-a-web-service under "SSL Certificate": _SSL Certificate: Select one of the options. If you want to use a self-signed SSL certificate for...

Anything in the server-side logs? Do you see the request actually making it through? Maybe another error? Assuming the skill works without SSL from the amazon test tools, the problem...

It depends how/where you deploy your alexa-app-server, but you should be seeing the same express log as you see locally.

Ignore what I previously said, this is a bug. I haven't looked for a fix (yet).

@tejashah88 Yes, make some kind of syntax error in the .js of an alexa app and run the server.

I'd love a PR please!