#erre_ci

1 messages · Page 1 of 1 (latest)

normal spindleBOT
wary wren
#

hi! you can't really, you need Dashboard access.

leaden quartz
#

uh...a favor, if I provide my last test payment intent can you do a verification why I have not received a callback from you?

wary wren
#

I could look

leaden quartz
#

thx! "id": "pi_3OIUW7Hetfxij0wI0Gn2PUDt"

wary wren
#

well it's at least two different errors. One is that you return 401 Authorization Required.

#

the other one looks like a low-level SSL error, which might mean you don't have the full server certificate chain configured(browsers don't care about that but we will validate it).

leaden quartz
#

oki i m going to check these errors, strange because the server is a production machine...thank you for your help!!!!

wary wren
#

For completeness this is how we respond to certificate chain issues : To troubleshoot this I'd recommend running a SSL Labs report on your webhook endpoint, it's a comprehensive analysis and will raise warnings and red flags if it sees any issues. https-//www.ssllabs.com/ssltest/

If the report indicates that your certificate chain appears to be incomplete( a 'B' result), I recommend visiting the issuer you bought the certificate from and re-installing your SSL certificate, including any 'bundle' file that comes with it. If you're having trouble with this, or have questions, I'd suggest sharing your SSL Labs results with your issuer, they can guide you in locating any intermediary certificates and resolving this.

#

I checked and I do think it's that certificate chain problem