We're having error when webhook started. On our side firewall we don't received the request from webhook.
This is a part of error when we monitoring the Request Logs:
Event | Details | Actions | |
---|---|---|---|
pullrequest:fulfilled | 2 hours ago | NETWORK ERROR | ........ |
HTTP status: -2
Request time: 2 hours ago
<null response>
X-Event-Key | pullrequest:fulfilled |
Hello @Samuel.Arruda and welcome to the Community
The error you are receiving in the webhook (Network error -2) is usually associated with a firewall or a reverse-proxy that is in front of your server and blocking the connection from Bitbucket Cloud.
All the IP ranges used by Bitbucket webhooks are listed in the Outgoing Connections section of the following documentation :
In this case, could you please confirm if all the IP ranges listed in there are currently allowed in any firewall/proxy you have in front of your server ?
I would also suggest taking a look at the following article with suggested steps to troubleshoot bitbucket webhooks :
Thank you, @Samuel.Arruda !
Patrik S
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.