#Att89-webhook-tls

1 messages ยท Page 1 of 1 (latest)

kind hamlet
#

Hi there ๐Ÿ‘‹ do you have the ID of your webhook endpoint (we_123) handy? It'll allow me to take a closer look at things on our side.

faint frigate
#

Hi there, yes, here it is : we_1JrhvmFHLvSMgLRWef3xU3td

#

Thank you!

kind hamlet
#

Thank you for that, and apologies for the delay. We took a look and when we ran the host through ssllabs again it informed us that the server only supports TLS 1.0 and 1.1

faint frigate
#

Hmm, weird. Thank you, I am going to check this again.

faint frigate
#

Now, i changed the protocol explicitly to TLS 1.2 and getting an A overall-rating from ssllabs, but i am still getting the same issue. What also weird is, is that the triggered test event in the Dashboard-Log is listed as a succeeded event.

#

I forgot to configure this also for my spring-boot application ๐Ÿ˜ฉ Do I need to enable a specific ssl cipher for stripe?

#

Nope, still the same error unfortunately...this is my springboot-config

night root
#

Can you send me the most recent event ID (evt_123) that you saw this for?

#

Looking in to wha SSL cipher may be needed here

faint frigate
#

That was only a test event: evt_00000000000000

#

Should i try to trigger a real event?

night root
#

Yes, please try that and send me the ID

faint frigate
#

Actually, the event i'm looking for won't be triggered at all...I am creating an account link first (this one is listed in the logs) and using it then on the client to make an onboarding. When i'm done an accout:updated should be triggered by stripe (it worked locally), but now i can't even see this in the logs

#

I have checked one more time, if i using the right endpoint secret, but there is everything alright.

night root
#

I mean this should happen for any webhook event right?

#

As long as it is an event that should go to the hook, it will be helpful.

faint frigate
#

Now, i have one, sorry, we have not implemented much functions yet, so i was looking for an oppurtunity: evt_1Jrl3mFHLvSMgLRW4GCsz30p

night root
#

Perfect thank you

faint frigate
#

Could you find out something?

tepid falcon
#

hello, catching up one sec

#

asked internally, thanks for waiting

faint frigate
#

Sure, thank you for your help

tepid falcon
#

hello again, so I think on port 5972, your server is returning a different cert there. SSL labs by default checks port 443 so that is why it is reporting everything "green"
so you'd have to check what cert is being returned on your 5972 port and dig into returning the right cert there

faint frigate
#

Thank you for your advice, there was the Problem. After regenerating the p12 file for my springboot application with the right intermediate crt, is working now and the webhook will be triggered. The last only thing not working as expected now is, that the account.updated command will be not fired, if i use the stripe connect onboarding to collect Account informations from the user. Do you have an idea why?

fleet star
#

Oh glad you figured out the TLS issue

#

yeah looking at your account @faint frigate you mis-configured it. Right now you have an Account webhook endpoint. You only listen to events on your own account, not on connected accounts. You want a separate Connect webhook endpoint for that