#Slush

1 messages · Page 1 of 1 (latest)

regal saddleBOT
indigo bloom
#

hello! how can I help?

rough oasis
#

Hey Alex!

#

So I uploaded the apple certificate to my /.well-known file

#

I also have acme-challenge in there which i CAN access.

#

But for some reason I cannot access the apple file that was given to me by stripe

#

I am getting a 404

#

Do you know why this is happening?

indigo bloom
#

what's the URL where you're hosting the cert?

rough oasis
#

my live url

#

.com/.well-known/apple-developer-merchantid-domain-association

indigo bloom
#

i'm going to need the actual URL

rough oasis
#

that files permission is 777 as well

indigo bloom
#

since you can access acme-challenge there, can you share the url to that too?

rough oasis
indigo bloom
#

hrm, i got a 403 for that

rough oasis
#

See at least that is throwing a 403

#

Showing you that the directory is at least working. Why would I get a 403 for that and a 404 for the other file?

indigo bloom
#

sorry, but I have no idea. Could be that you need to configure something specific on your hosting provider or server in order for it to be accessible. Maybe check in with your hosting provider as a first step?

rough oasis
#

Yeah I tired, not exactly sure what to do.

rough oasis
#

Hey alex you still around?

indigo bloom
#

yep, i'm still around

#

is there something else you need help with?

rough oasis
#

Well no, just i think I made progress?

#

I can put a .txt file in there.

#

But still the apple dev file is showing as a 404

indigo bloom
#

I don't have any experience with hosting files on IIS / ASP.NET so I can't advise you on troubleshooting steps. I'd suggest reaching out to a community that is more familiar with hosting files with the stack that you're using. They'll probably be able to better advise you

rough oasis
#

@indigo bloom Do you know if stripe can still validate the file if I just change it to a .txt file? Then it works perfectly lol

indigo bloom
#

no it can't validate the file if it's a .txt file

rough oasis
#

@indigo bloom Figured it out I think!

#

After I get it verified do I need to keep the file in the directory?

indigo bloom
#

i would leave it there to be safe

rough oasis
#

Okay sounds good.

#

Also just to be sure, apple pay works with payment intents right?

indigo bloom
#

yes it does, i assume you're using the Payment Element since you're asking about PaymentIntents

rough oasis
#

I am using that guide