System hooks not working on same machine
Created by: huglester
Hello everyone,
I have some strange problems here, I'm using GitlabHQ version 6.4.3
I have set up the System hook. the book points to the same computer, just different VHOST.
But I see in nginx logs this one:
5.199.x.x - - [23/Jan/2014:01:54:47 +0200] "POST /webhook/ HTTP/1.1" 499 0 "-" "-"
5.199.x.x - - [23/Jan/2014:01:54:57 +0200] "POST /webhook/ HTTP/1.1" 499 0 "-" "-"
And finaly GitlabHQ gives me this error: 500 We're sorry, but something went wrong. We've been notified about this issue and we'll take a look at it shortly.
I tried to send CURL request from localhost to the same host with -X POST parameter - and it went OK
I tried adding system hook which would point to some some other PC, and it also work
I am not sure where to move now, and what to check...
Thank you!