• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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