#CipherDev17
1 messages · Page 1 of 1 (latest)
hello! if you're running your webhook locally, then i assume what you're using the CLI is to listen and forward webhook events to your local endpoint.
when you move to production, you need to set up a publicly accessible endpoint with HTTPS - so you wouldn't need the CLI to listen and your endpoint would work without the CLI
see steps 5 and 6 here : https://stripe.com/docs/webhooks#webhooks-summary
Okay so I have step 5 and am handling the events and everything through the webhook
so is the information on how to set up my publicly accessible endpoint endpoint with https in that link you sent?
I see that there are 6 steps but when you scroll down there isnt actually a 6th step
it stops after 5
this isn't something that we cover within our guide, but if you search around online, you should be able to find guides about how to setup https for your endpoint
ohhhh okay makes sense now, thank you I appreciate it!
also, did you configure the endpoint : https://stripe.com/docs/api/webhook_endpoints ?
I have a local listener, so when I go to production I will make a "Hosted Endpoint" in order to configure it properly?