#vadim70

1 messages · Page 1 of 1 (latest)

cunning oliveBOT
#

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
icy sphinx
#

👋 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

dapper needle
#

It is just a simple endpoint receiveing post or get requests, nothing special

dapper needle
#

How can I make it work with certifications and thus in live mode?

icy sphinx
dapper needle
#

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

icy sphinx
#

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

dapper needle
#

Sure, I have a registered endpoint

#

But does Stripe send events in test mode?

#

To the same endpoint

icy sphinx
#

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

dapper needle
#

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

icy sphinx
#

you shouldn't be testing with ssl certificates

#

otherwise it will fail

dapper needle
dapper needle
icy sphinx
#

because you're most likely using a self-signed certificate

dapper needle
#

Yeah

#

So, lastly, if I want to make it work in live mode. Can I use self-signed ssl or not?

icy sphinx
#

no you need a valid SSL certificate for your livemode registered webhook endpoint

dapper needle
#

Thanks.

#

I have one more question. One of our servers located in russia, can we use ssl-certificate issued by russian service or it is prohibited?