#avneet-applepay-verificationagain
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- avneetsingh_11747, 4 days ago, 12 messages
- avneetsingh_11747, 6 days ago, 42 messages
@glossy pasture looks like you've been asking this same thing for a few days. Do you have a clear summary of what you have improved?
Previously, it was an error related to SSL certificate. We have resolved that error by fixing the chain and intermiate certificate issue. This error 404 indicates stripe is unable to retrieve the file 😦
curl -i https://<your domain>/.well-known/apple-developer-merchantid-domain-association -H 'Accept;' -H 'Accept:' -H "Via: https/1.1 usatl4-edge-bx-014.ts.apple.com[11FD071B] (ApacheTrafficServer/6.1.2)" -H "User-Agent: oslopartner Client 1.0" -H "Accept-Encoding: gzip"
What happens if you run that command on your laptop with your domain? Does it work?
checking
avneet-applepay-verificationagain
Getting this
cool so now you can debug, this is 100% your own setup/code and not Stripe here. You make a request, your server returns a clear 404 instead of returning the file's content. That's your configuration/bug that you need to debug now