#Asurion
1 messages · Page 1 of 1 (latest)
Stripe CLI forward the events to the endpoint: https://stripe.com/docs/cli/listen
If URL is available, you should be able to forward the events even if the server is behind the proxy
I've the following error : "dial tcp: lookup app.wip on 127.0.0.53:53: no such host"
If i'm not using the symfony proxy, it's working fine
Can you share the exact CLI command(s) you're using?
stripe listen --forward-to https://app.ganapati.wip/webhook/stripe
this solution work : https://github.com/stripe/stripe-cli/issues/50#issuecomment-546434074