thakur.B
thakur.B

Reputation: 86

Apple Pay with Woocommerce (Stripe) "Unable to verify domain - Forbidden"

Everything is setup and I have .well-known folder in my root directory with file.

My Stripe account is activated and my domain is added under Apple Pay tab.

Now when I enable Stripe, I get this notification:

Apple Pay domain verification failed. Please check the log to see the issue.

When I check the error log, I see:

Error: Unable to verify domain - Forbidden

My hosting is on OVH.

Upvotes: 0

Views: 2747

Answers (4)

Steven Foster
Steven Foster

Reputation: 1

Check that any bot protection, like Cloudflare's Bot Fight Mode, is not interfering.

More info: https://community.cloudflare.com/t/super-bot-fight-mode-is-blocking-apple-domain-verification-through-stripe/693667

Upvotes: 0

Thiago Carvalho
Thiago Carvalho

Reputation: 1

In my Case i was using WHMCS on a subdomain, and had to insert the apple merchant file on the root path ./well-known of my domain

subdomain.domain.com/.well˜
domain.com/.well˜

Solved my problem

Upvotes: 0

Gowtham Ganesan
Gowtham Ganesan

Reputation: 91

Have you added Domain Verification file into the .well-known/ folder.

If not please find it in your Stripe dashboard download it or here and upload to .well-known/ folder.

Make sure that you need to access your verification file by your URL https://example.com/.well-known/apple-developer-merchantid-domain-association

Upvotes: 0

thakur.B
thakur.B

Reputation: 86

Got the solution and now its working :) Stripe no longer supports API requests made with TLS 1.0. Please update HTTPS connections with TLS 1.2 or later.

enter image description here

Hosting server is using TLS older version which is not supported anymore due to security The upgrade process will be seamless for most users. At the application layer, SHA-2 and TLS 1.2 behave identically to their older versions. You won’t need to change your code, but might need to upgrade your operating system or packages. for ref:https://stripe.com/blog/upgrading-tls

Hope it will help!!

Upvotes: 0

Related Questions