mreinstein / alexa-verifier

✓ Verify HTTP requests sent to an Alexa skill are sent from Amazon
MIT License
76 stars 23 forks source link

Certificate check fails when requests originate from the Alexa Developer Console #64

Closed juliaqiuxy closed 5 years ago

juliaqiuxy commented 5 years ago

This is a follow-up to my issue reported on alexa/alexa-skills-kit-sdk-for-nodejs/issues/533

I'm using alexa-verifier to handle signature verification. But checks are failing when requests originate from the Alexa Developer Console.

I'm not sure if this issue is related to alexa-verifier or Alexa backend. Alexa team is investigating the issue on their end but having an extra set of eyes on it would be greatly appreciated.

My Alexa skill is open source so feel free to fork it if you want to reproduce the issue.

xs2bharat commented 5 years ago

I just tested and its working fine with me. I only refereed function isValidSignature from index.js only though. Rest i already had it working.

pjryan93 commented 5 years ago

Is this still an ongoing issue? I don't want to disable testing from the console.

mreinstein commented 5 years ago

I don't have enough information to debug this problem. Can someone please provide more details, or let me know if this is working?

pjryan93 commented 5 years ago

@mreinstein i believe this is fixed, from my testing.