merchant domain verification

Hi,


I have 2 developer accounts. With one developer account, I am able to successfully verify the domain for merchant verification.However, when I am placing the merchant association file from the other developer account into .Well-Known folder (same as first developer account), it is showing me an error as below


Verification failed for domain

We were unable to validate the file on your domain. Please ensure that the file is uploaded at 'https://xxxx.xxx.xxxx/.well-known/apple-developer-merchantid-domain-association'.


Can you please help?

you have to activate

ssl_stapling on;

ssl_stapling_verify on;

ssl_trusted_certificate %path%;


and it seems only to work with all the protocols active:

ssl_protocols TLSv1 TLSv1.1 TLSv1.2;


don't forget to make a full chain where %path%.


spend almost 24hrs to find that out.

merchant domain verification
 
 
Q