Hi everybody,
I'm trying to verify our domain at this page https://developer.apple.com/account/ios/identifier/merchant/edit - Apple say that "We’ll look for your file at the following location: https://www.mydomain.com/.well-known/apple-developer-merchantid-domain-association " And this is the error I'm getting: "Verification failed for domain Error occurred while trying to access 'https://www.mydomain.com/.well-known/apple-developer-merchantid-domain-association'. Received HTTP error code '416'."
Just confirm that:
1. We're allowing access from Apple's IP addresses
2. Ensuring TLS 1.2 is used for the connection, one of the cipher suites listed is TLS_RSA_WITH_AES_128_GCM_SHA256
Has anyone got same error like that? Could you give me some advise?
Thank you!