无法为 Apple Pay 实施验证我的域
Can't verify my domain for Apple Pay implementation
我正在尝试完成域验证步骤,以便在网络上测试 Apple Pay。
我已经下载了文件,将它放在所需的文件夹中,并检查我是否能够访问它并查看内容。
当我点击 ok/verify 时,我收到:
Verification failed for domain
Unable to establish a secure connection to 'https://my.domain/.well-known/apple-developer-merchantid-domain-association'.
如果我打开浏览器控制台,我会看到:
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
可能是什么问题?
问题是我的服务器没有足够高的 SSL 分数。我只有在我的分数达到 A 后才验证我的域名。
我用这个网站检查我的 SSL:https://www.ssllabs.com/ssltest/
我正在尝试完成域验证步骤,以便在网络上测试 Apple Pay。
我已经下载了文件,将它放在所需的文件夹中,并检查我是否能够访问它并查看内容。
当我点击 ok/verify 时,我收到:
Verification failed for domain
Unable to establish a secure connection to 'https://my.domain/.well-known/apple-developer-merchantid-domain-association'.
如果我打开浏览器控制台,我会看到:
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
可能是什么问题?
问题是我的服务器没有足够高的 SSL 分数。我只有在我的分数达到 A 后才验证我的域名。
我用这个网站检查我的 SSL:https://www.ssllabs.com/ssltest/