I've developed a service that creates cards on a trello board and then it creates a webhook for tracking that card movements.
This services was running successfully for almost 2 years.
Yesterday I had to migrate the service to another platform and that causes I had to create another Certificate for the HTTPS communication and also changes on the DNS registries to point to the new service platform.
Now each time my service tryies to create a webhook for a trello card, I get this error:
{"message":"URL (https://bibliomanager-gate.lad.uy/api/trello/card/callback/14595) not reachable. Error: tunneling socket could not be established, statusCode=503","error":"ERROR"}
Note: The HTTPS HEAD call that Trello makes to validate the webhook URL is never reaching my servers.
If I do the same HEAD request by myself, my service is properly responding a 200 OK response.
Thanks in advance
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.