-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
verify_webhook_req() signature missing #2
Comments
In order to verify the payload, strider-github checks for the |
Could this be related to Strider-CD/strider#247 ? |
I'm behind and nignx https terminating proxy, I've set the proxy_pass_header x-hub-signature; but still no header. I'm using the npm version of strider, the version you are using seem to be much newer. I can only delete webhooks, the screen your showing has a lot more options. |
Ah yes, thanks for specifying. The npm version is 1.3.5, and the one currently in beta is 1.4. If you want to try it out, grab the github repo of strider; keep in mind that it's not fully polished yet; but from what I can tell, the github webhooks work just fine Morten Nielsen notifications@github.com wrote:
Sent from my Android device with K-9 Mail. Please excuse my brevity. |
I just installed from HEAD... where do you want bug reports? :) |
as mentioned in the new issue, there add remove service hooks buttons doesn't work. I think its because of upgrades and the changed url for the webhooks. I can't test the new setup though, the custom plugin isn't active for some reson, after adding the project as a custom job it wont build at all. |
I'm now on HEAD 1.4.0-pre. |
I've changed the configuration of the VM to allow http traffic. |
That is really curious. Morten Nielsen notifications@github.com wrote:
Sent from my Android device with K-9 Mail. Please excuse my brevity. |
Right, this is an issue with the certificate I used for the HTTPS. Github aborts all posts when it sees a self-signed certificate. Here is another post for reference as well: |
Excellent detective work on how GitHub handles a self-signed SSL cert. Thank you! |
I let strider setup my webooks, yet, they arnt working.
All i get is a log entry stating:
verify_webhook_req() signature missing
which doesn't give me much in terms of debugging. Have I missed anything in my setup?
The text was updated successfully, but these errors were encountered: