Hello!
Apologize, I saw a lot of similar issues, but still doesn't found a way to fix that.
I have a domain name old.donate.podari-zhizn.ru which I am trying to verify for Apple Pay usage.
Unfortunately the system returns the following error:
"Domain verification failed. Review your TLS Certificate configuration to confirm that the certificate is accessible and a supported TLS Cipher Suite is used."
I've read the current requirements https://developer.apple.com/documentation/apple_pay_on_the_web/setting_up_your_server
I don't have any blacklisted IPs. And I do know that Apple have access to my server since I can see some errors in debug log when I do specify wrong settings (different one).
It looks to me that something did change, since I didn't have any problems with letsencrypt certificates. Maybe I am wrong. But please advise me, how can I debug this problem and understand what is wrong?
Thanks!
Apologize, I saw a lot of similar issues, but still doesn't found a way to fix that.
I have a domain name old.donate.podari-zhizn.ru which I am trying to verify for Apple Pay usage.
Unfortunately the system returns the following error:
"Domain verification failed. Review your TLS Certificate configuration to confirm that the certificate is accessible and a supported TLS Cipher Suite is used."
I've read the current requirements https://developer.apple.com/documentation/apple_pay_on_the_web/setting_up_your_server
My page is served using https
I do have a valid SSL certificate from Letsencrypt authority
TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 (0xc02b)
TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 (0xc02c)
I don't have any blacklisted IPs. And I do know that Apple have access to my server since I can see some errors in debug log when I do specify wrong settings (different one).
It looks to me that something did change, since I didn't have any problems with letsencrypt certificates. Maybe I am wrong. But please advise me, how can I debug this problem and understand what is wrong?
Thanks!