#Asdrubale
1 messages · Page 1 of 1 (latest)
Hi there!
Hi
What do you mean by "but the request can't be delivered"? If your server returning an error?
I mean that the request is not received from the server and that's the error returned in dashboard
Can you share the webhook endpoint ID (we_xxx)?
we_1MRXTfBWfwutbSUWiiAOSy9C
If you look at a specific event, for example https://dashboard.stripe.com/test/events/evt_3MRXWTBWfwutbSUW0MbX7k0v you can see the error:
So your server as a TLS error
how could I solve this TLS error?
You'll need to update your server configuration. We talk about TLS errors here: https://stripe.com/docs/webhooks/best-practices
More specifically:
(TLS error) ERR We were unable to establish a secure connection to the destination server. These errors are usually caused by an issue with the SSL/TLS certificate or an intermediate certificate in the destination server’s certificate chain. Perform an SSL server test to find issues that might cause this error.
Which links to https://www.ssllabs.com/ssltest/
this is what the scan of the ssl returned, the problem coud be the incomplete chain?
Yes it looks like that's the issue.
could I ask you how to complete this chain?
No idea sorry, this is completely unrelated to Stripe.