Share via

Error when adding Managed Certificate to webapp: Parameter Thumbprint is null or empty

Mario Lessard 10 Reputation points
2024-12-19T17:51:13.53+00:00

I am trying to add a binding to a custom domain on my webapp. I choose to generate a managed SSL certificate and I get the following error. What can cause this?

Successfully create App Service Managed Certificate, but failed to configure SSL binding for ... due to error: Parameter Thumbprint is null or empty.

User's image

"{\"Code\":\"BadRequest\",\"Message\":\"Parameter Thumbprint is null or empty.\",\"Target\":null,\"Details\":[{\"Message\":\"Parameter Thumbprint is null or empty.\"},{\"Code\":\"BadRequest\"},{\"ErrorEntity\":{\"ExtendedCode\":\"51011\",\"MessageTemplate\":\"Parameter {0} is null or empty.\",\"Parameters\":[\"Thumbprint\"],\"Code\":\"BadRequest\",\"Message\":\"Parameter Thumbprint is null or empty.\"}}],\"Innererror\":null}",
Azure App Service
Azure App Service

Azure App Service is a service used to create and deploy scalable, mission-critical web apps.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Grmacjon-MSFT 19,511 Reputation points Moderator
    2024-12-19T20:14:18.02+00:00

    Hi @Mario Lessard we're sorry to hear you're facing this problem. The error "Parameter Thumbprint is null or empty" when trying to add an SSL binding with a managed certificate in Azure App Service means that the system is trying to create the binding before the certificate has fully provisioned and its thumbprint has been generated. This is a timing issue.

    After you request a managed certificate, it takes some time for Azure to provision it, issue it, and make it available. This process can take anywhere from a few minutes to, in rare cases, a bit longer. If you immediately try to create the binding after requesting the certificate, the thumbprint won't be available yet.

    We suggest waiting a few minutes (10-15 is usually sufficient) after requesting the managed certificate before attempting to create the SSL binding. Refresh the App Service's "SSL/TLS settings" page in the Azure portal to check if the certificate's status has changed from "Creating" or similar to "Issued" or "Ready."

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.