问题
I'm trying to complete the domain verification step in order to test Apple Pay on the web.
I've downloaded the file, located it in the required folder and checked that I'm able to reach it and see the contents.
When I click ok/verify I receive:
Verification failed for domain
Unable to establish a secure connection to 'https://my.domain/.well-known/apple-developer-merchantid-domain-association'.
If I open the browser console I see:
Failed to load resource: the server responded with a status of 421 () https://developer.apple.com/services-account/QH65B2/account/ios/identifiers/verifyDomain?content-type=text/x-url-arguments&accept=application/json&requestId=0544f9b2-3cfd-43e3-yd86-fbfb1b3f6613&userLocale=en_US&teamId=AYTGDKG3D8
What could be the problem?
回答1:
The problem was that my server didn't have SSL score that is high enough. I manged to verify my domain only after my score reached an A.
I used this site to check my SSL: https://www.ssllabs.com/ssltest/
来源:https://stackoverflow.com/questions/39749610/cant-verify-my-domain-for-apple-pay-implementation