#Brotzka
1 messages ยท Page 1 of 1 (latest)
hi! well I know specifically we definitely can't connect to an endpoint that only supports TLSv1.3
Hi ๐ Okay. We also support 1.2
do you have the event ID evt_xxx of one that failed?
yes, one moment please
evt_1LrxslKFHuvf0rY4iqqAnV5z on account acct_1L2WdrKFHuvf0rY4
It is a connect webhook endpoint
My own account is acct_1CmCnBDrOnr1vuz2
hmm. Well I mean from our side we are connecting fine, there's no SSL handshake problem connecting to the URL.
It's just that you/Cloudflare are returning a HTTP-level 5xx error back
to be clear, I know we can't connect to URLs that only support TLS1.3, but in that case the connection fails entirely, you are getting past that point, so the problem might be more in the configuration of your site and Cloudflare
Hmmm... I thought that the error occures while Stripe tries to connect to us?
Okay..
To bad ๐
we connected to you and you return back a 5xx error on the HTTP level
Got it. But you as client in this case send us the desired TLS version if I get it right. So my assumption is, that you init the call with TLSv1.1 and Cloudflare denies the request, as we only support v1.2 and above.