Problemas al validar dominio personalizado en Azure Static Web App con GoDaddy

George Ibarra 0 Puntos de reputación
2025-05-09T16:06:57.7766667+00:00

Hello community,

I’m deploying an Azure Static Web App with CI/CD integration from a GitHub repository. The app is successfully published using the temporary Azure URL (*.azurestaticapps.net).

I attempted to add a custom domain purchased through GoDaddy, but after more than 36 hours, the domain validation is still incomplete and the SSL certificate hasn’t been issued. In the browser, I get the error: net::ERR_CERT_COMMON_NAME_INVALID.

🔧 Technical Configuration:

CNAME record in GoDaddy is configured as follows:

  • Host: www
  • Value: Temporary Azure URL (omitted for security)

In Azure:

Message: "The CNAME record may not be properly configured, or may still be propagating."

✅ Actions Taken:

  • DNS propagation verified via DNSChecker → appears globally resolved
  • No conflicting A records in GoDaddy
  • Ran ipconfig /flushdns
  • Tested on multiple browsers and in incognito mode
  • Over 36 hours have passed (close to 48h)

❓Questions:

  1. Is it normal for domain validation to take longer than 48 hours?
  2. Is there a way to restart the validation process in Azure?
  3. Is any additional configuration required if the domain is also used with Microsoft 365 email?

Any guidance or insights would be greatly appreciated. 🙏

{count} votos

Su respuesta

Las respuestas se pueden marcar como respuestas aceptadas por el autor de la pregunta, lo que ayuda a los usuarios a conocer la respuesta que resolvió el problema del autor.