Azure Wordpress Web APP unable to assign APP SSL certificate

John Williams 1 Reputation point
2020-09-18T02:13:52.803+00:00

Hi Folks,

I have two custom domains (DNS within Azure) and a wordpress azure webapp I am attempting to assign a SSL certificate to.

Ive made the required changes to the DNS as per the instructions and added the CAA record.

but getting this error and ensured I have updated by plan so its eligible for the SSL certificates, I have two domains with this error and both having same problem.

Any suggestions on what I need to do?

25704-error3.png

25678-error4.png

25752-error5.png

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,401 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. SnehaAgrawal-MSFT 20,856 Reputation points
    2020-09-18T07:34:06.613+00:00

    Thanks for asking question! You may want to know that the free certificate is issued by DigiCert. For some top-level domains, you must explicitly allow DigiCert as a certificate issuer by creating a CAA domain record with the value: 0 issue digicert.com

    To add to: The free App Service Managed Certificate is still in Preview and there are few limitations to it:
    • Does not support wildcard certificates.
    • Does not support naked domains.
    • Is not exportable.
    • Is not supported on App Service Environment (ASE)
    • Does not support A records. For example, automatic renewal doesn't work with A records.

    You may refer to below official document link might be helpful:

    https://learn.microsoft.com/en-us/azure/app-service/configure-ssl-certificate#create-a-free-certificate-preview

    https://azure.github.io/AppService/2019/11/04/Announcing-Managed-Certificates.html

    Please let us know if you have further question on this.

    1 person found this answer helpful.