Issues with Certificate Verification

AlexP 1 Reputation point
2020-06-04T19:51:28.247+00:00

I'm having issues with the verification of an azure certificate. The certificate is in the same resource group as the application, however on the verification screen it seems stuck at :
"Checking for domain verification with certificate issuer....
Domain Verification Pending. Verify operations may take 5-10 minutes to take effect."

Although the certificate should automatically verify with app service verification, I went ahead and manually added the TXT record to the sites DNS provider with the required value for manual verification, and the screen still is stuck with the same message. Is there anything else I can do to get the certificate verified?

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,876 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Grmacjon-MSFT 15,856 Reputation points
    2020-06-08T22:50:10.21+00:00

    Hi @AlexP-0099,

    Since you have already added the TXT record to the sites DNS provider manually, you might be experiencing a DNS propagation delay.

    According to this documentation, you can try this alternative:

    you can use the HTML webpage method to manually verify your domain. This method allows the certificate authority to confirm the domain ownership of the domain that the certificate is issued for.

    -Create an HTML file that's named {domain verification token}.html. The content of this file should be the value of domain verification token.

    -Upload this file at the root of the web server that's hosting your domain.

    -Select Refresh to check the certificate status. It might take a few minutes for verification to finish.

    For example, if you're buying a standard certificate for azure.com with the domain verification token 1234abcd, a web request made to https://azure.com/1234abcd.html should return 1234abcd.

    Hope that helps. Let us know if you have further questions.

    Thanks,

    Grace

    0 comments No comments