#Julien
1 messages · Page 1 of 1 (latest)
Hello 👋
Are these webhooks in test mode or live mode? As per my understanding HTTPS uses 443 port.
I believe Stripe enforces HTTPS requirement for livemode payments (not sure if we do the same for webhooks in live mode)
For the issuing URL, are you using HTTP or HTTPS?
Can you share the account ID?
but for this specific request they add :443 to url
only for this ione
acct_1MFJSSIiqsvWvTwF
normally port is implicit
your webhook endpoint URL uses https:// protocol
Have you tried changing that to just http:// ?
Can you share an example event ID that triggered this issue?
sorry got a call
i send you this
evt_1MqdVtRPunamYXaqTmk4V1Xu
Here we go
acct_1Mqcb4RPunamYXaq
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
thank you for the IDs, checking in to them and will get back to you
thanks
I am actually not seeing us specifically appending the 443 port when sending that in our logs. So that event specifically ran in to this port 443 error but other events to the same webhook didn't see that issue?
Do you have the ID of one of those events?
Give me one sec
"evt_1Mr1FeRPunamYXaqJpB5Rkqc"
this webhook is on card issuing
we got an issue (stripe code not verified)
because I don't have writed code server side
but you can see it go through without any 443 port issue
contrary to evt_1MqdVtRPunamYXaqTmk4V1Xu
endpoint is exactly the same
👌
Okay give me a second to look
So did you log out the headers here? Where are you seeing port 443 appended exactly? Those two Webhook requests look the same to me.
It is filtered by our firewall policy
Which is normally 443 port is not forced for https
I can check firewall logs if something is there but… not easy
Yeah I'm not sure that is the issue really. We send all of our webhooks forcing HTTPS and using 443. I'm not seeing any difference on our end here
I'll double check on our side one more time as well
@elfin zinc how did you generate that issuing.authorization_request btw
Are you using the CLI?
through stripe dashboard