missing certificate url
See original GitHub issueI’m submitting a…
- Bug report
- Feature request
- Documentation issue or request
- Other… Please describe:
Expected Behavior
Deploy alexa skill on my webserver.
Current Behavior
I added const Webhook = require('jovo-framework').WebhookVerified;
on the index.js and my host return this error:
{“status”:“failure”,“reason”:“missing certificate url”}
Error log
certUrl = req.headers.signaturecertchainurl
This return undefined on alexa-verifier-middleware
Your Environment
- Jovo Framework version used: 1.2.2
- Operating System: Linux Server
Issue Analytics
- State:
- Created 5 years ago
- Comments:10 (2 by maintainers)
Top Results From Across the Web
missing certificate url #90 - alexa-js/alexa-app-server - GitHub
missing certificate url #90 ... This error comes from alexa-verifier, that means the request is missing the URL, not the server.
Read more >How to Request a Missing Certificate for a Web Server
How to Request a Missing Certificate for a Web Server · 1. Click "Start," enter "inetmgr" into the search field, and then press...
Read more >This site is missing a valid, trusted certificate - IBM
When you access an SSL Secured web page, you may be prompted with a warning that the website is missing a valid, trusted...
Read more >A Simple Explanation of SSL Certificate Errors & How to Fix ...
Learn what an SSL certificate error is. Then walk through various steps you can take to fix the error and get your site...
Read more >Common SSL Certificate Errors and How to Fix Them
If the intermediate certificate is missing, use the following link to determine which intermediate is needed based on product type (DomainSSL, OrganisationSSL, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@aswetlow yes, It works, thanks!
So, require(‘jovo-framework’).Webhook works for dialogflow but not alexa. Now, i am struggling in running my endpoint on alexa. Btw, i am using heroku for hosting the endpoint and not AWS lamda.
Any help is much appreciated