• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Issue Issue with Plesk Git webhook - Timeout error and no deployment or pulling

Nathan2

New Pleskian
Server operating system version
Ubuntu 22.04 x86_64
Plesk version and microupdate number
Plesk Obsidian 18.0.53.2
Hey,,

I'm encountering an issue with the Plesk Git webhook feature and would appreciate your assistance. Currently, I am using Plesk Obsidian 18.0.53.2 on Ubuntu 22.04 x86_64.

The webhook URL I'm utilizing is structured as follows: https://DOMAIN:8443/modules/git/public/web-hook.php?uuid=UUID.

Unfortunately, I'm experiencing a timeout error, and no action seems to occur on the Plesk side. Specifically, there is no deployment or pulling visible. Interestingly, clicking on the "pull" and/or "deploy" buttons works perfectly fine.

If anyone has encountered a similar problem or has any insights on how to resolve this issue, I would greatly appreciate your help.

Thank you in advance for your support!
 
You can specify which git hosting you are using (GitHub, BitBucket).
Try to enable debug
Code:
[debug]
enabled = 1
and initiate a hook call
 
It hapened to me on bitbucket, the roblem was this...
the webhook url showed in plesk was kinf of:

I made the test with postman and i got timeout request error, so i tried changing the url for this:

and i got a http 204 response (success but empty), and with an error on the ssl certificate, because i had another domain certificate by default, kind of myanotherdomain.com,
so in bitbucket I checked the "skip certificate verification" and it worked!

After all, I changed the default certificate on my server because i wanted to use mydomain.com on webhooks whitout skipping the certificate verification.
That's all. I hope it helps anyone! GBY
 
Back
Top