Verification failed for domain

Hi,


I want to create a methode to sign in with Apple ID on a website. I found a tutorial to configure it.

But I get stuck validating the domain name. I always got the error: Verification failed for domain.


I upload the file to the server in the .well-known directory.


Somebody can help me?


Kind Regards,


Kitty

Replies

Hi,


I have found an another link: https://developer.apple.com/account/resources/services/configure to test the domainname. There I got the error: Error occurred while trying to access 'https://xxxx.nl/.well-known/apple-developer-domain-association.txt'. Received HTTP error code '404'.


The file is on that location, what is going wrong?


Kind Regards,


Kitty

Hi Silty,


Did you get to solve it?


Same issue here.

But still "Verification failed for domain". Any ideas?

I'm also having the same issue.

I'm also having the same issue. Has anyone been able to solve this?

I e-mailed support and got this answer:

"Your server must support the Transport Layer Security (TLS) 1.2 protocol and one of the cipher suites listed below:

TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256

TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256

TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA

TLS_DHE_RSA_WITH_AES_128_GCM_SHA256

TLS_DHE_RSA_WITH_AES_128_CBC_SHA256

TLS_RSA_WITH_AES_128_GCM_SHA256

TLS_RSA_WITH_AES_128_CBC_SHA256

Please make sure your server meets these requirements and then place the file in a path starting with “https://“"


What I did was get an SSL Certificate from LetsEncrypt, then on my Digital Ocean server, set up the SSL Cipher to only be set to "TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256" and it then verified. Hope this helps anyone with this problem, this information should really be documented.