Unable to sync from Git to Endevor using Bridge for Git, webhook payload delivery failed.
All supported Endevor releases
All supported Endevor Bridge for Git releases
Webhook payload delivery failures in Endevor Bridge for Git often occur when the Git provider cannot communicate with the Bridge for Git application.
http://<host>:<port>/rest/evcs/v1/hooks/posthook<gitprovider>) is correct.Our investigation indicates that the app.git-bridge.url property (labeled as Bridge for Git URL) in the application.yml file is misconfigured - missing a port number. Note that only default ports, such as 443 for HTTPS and 80 for HTTP, can be omitted from the URL.
Since the webhook URL is automatically generated based on this property during Git repository initialization, the misconfigured webhook URL is likely causing the recent git push failures.
Note that because the application currently uses HTTP, certificate verification is not the cause of this issue.
Solution: