Replies: 1 comment
-
|
Either use service name or connect properly using docker networks
It's your app/nginx/etc |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi 👋,
I'm running WAHA in Docker and attempting to send webhook events to a local Nginx server from within the container.
🔧 Setup:
✅ What works:
❌ What fails:
When WAHA tries to POST to the same URL, I receive:
"You are forbidden to connect to client_connect_invalid_ip"
This implies WAHA internally blocks webhooks going to 172.17.0.1 (and possibly other local subnet IPs).
💬 Question:
Is there a recommended way to allow WAHA to POST webhooks to the host's IP (e.g. 172.17.0.1)?
Or, is using --network=host and http://localhost:5000/... the only supported solution for local webhook delivery?
Any guidance would be appreciated 🙏
Thanks for your great work on this project!
Later edit, WAHA docker is using a HTTP and a HTTPS_PROXY.
Beta Was this translation helpful? Give feedback.
All reactions