#kashtare_00397
1 messages · Page 1 of 1 (latest)
Hello 👋
Have you read this doc already?
https://stripe.com/docs/tls-certificates
Not yet
So it says to not specifically use any of those certs as they may change
I'm using nginx to accept connections and route them to my server that handles business logic
How can I set that up to accept webhooks on https and forward them to a url of my choice?
Any advice? @grim drum @tame igloo
Hello! I'm taking over and catching up...
Yeah, you do need an HTTPS Webhook Endpoint in live mode. You can get a free certificate from Let's Encrypt: https://letsencrypt.org/
Could I accept traffic on https on a public server and then forward it to a server in a private subnet via http?
Sure.