#vadim70
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- vadim70, 21 hours ago, 22 messages
👋 happy to help
I'm not really familiar with flask
Then if I lauched my app with no certificates I'm getting an event to the right endpoint (looks strange because I don't have a flag --skip-verify in Stripe Cli and I don't have certificates)
that's expected with Stripe CLI
you don't need to have SSL
It is just a simple endpoint receiveing post or get requests, nothing special
Okay
How can I make it work with certifications and thus in live mode?
Thanks, I used this guide while setting up my webhook. But in my CLI I don't have a specific error-code or any other message
[ERROR] Failed to POST: Post "http://localhost:8443/stripe": EOF
Can I find more info somewhere else? In dashboard also no details regarding that
you shouldn't be using the CLI with livemode
you need to register a webhook endpoint
and we (Stripe) send the events directly to the registered URL
Sure, I have a registered endpoint
But does Stripe send events in test mode?
To the same endpoint
to test your webhook endpoint in test mode, it's easier to use Stripe CLI
and forward-to the localhost
the EOF error, means your webserver might not be running
I see. So can it be a problem of stripe cli if I use test mode together with ssl certificates on?
Or it is something else
Yeah, I see now. The server is running, EOF only happen when it is running together with ssl
I see
because you're most likely using a self-signed certificate
Yeah
So, lastly, if I want to make it work in live mode. Can I use self-signed ssl or not?
no you need a valid SSL certificate for your livemode registered webhook endpoint