#deposit-webhook
1 messages · Page 1 of 1 (latest)
So this is what it tells me on the webhooks tab.
And that's the HTTPS error I've been getting.
I tried using the server's IP, and that returns a TLS error.
I've tried using cloudflare with a domain, same thing.
However, when I use postman or just regular chrome, it goes right through. Like the request goes through and it logs on the server.
But from stripe, regardless of what I've tried, the server doesn't even receive the request.
Note: It works with HTTP, but not with HTTPS, so maybe it has something to do with my certificate which I generated using OpenSSL?
Really wish you can help me out here @balmy isle, thank you.
Yep this sounds like you don't have a valid TLS certificate installed or you are missing intermediate certificates. You should be able to confirm this by running a report on SSL Labs: https://www.ssllabs.com/ssltest/analyze.html and looking for a section marked as "Extra download." under the items in the Certificate Path. Then, to fix it you likely need to talk to your web host.
I'm not using a webhost, I'm running a VPS under digital ocean that's running on Ubuntu 20.04.
Hmm that report makes it look like it just isn't publicly accessible at all...
the HTTP one works
It shows Hello World! with no problem
nvm i got it working with ngrok
So yeah, seems like something you may need to talk to digital ocean about in terms of making this endpoint publicly accessible?
Something with my server itself, but I'm not an experienced system administrator so I'm not to sure how to deal with the TLS/HTTPS issues.