Reputation: 734
I am trying to add SSL binding to a sub domain. I have a wild card certificate in my Azure account.
There is no problem for me to bind to sub domain such as subdomain.domain.com, but it kept throwing the "No certificates when trying to add SSL Bindings for Azure Web App" error when I try to add www to the subdomain (in the picture above, www.subdomain.domain.com)
I have read other posts regarding this issue, but no one mentioned anything about adding www. to the sub domain. I used to be able to do it with other sub domains in Azure without any problems, this might be related to Godaddy (my domain name provider) DNS settings, but I checked everything in Godaddy, the www.subdomain.domain.com link doesn't works unless I add www.subdomain.domain.name to the Azure app customer domain list. The link works, but it's http instead of https.
Upvotes: 0
Views: 950
Reputation: 734
So after talking to 3 different support people at Microsoft, I finally got it working by going to the certificate TLS/SSL settings, click "Private Key Certificates", click "Create App Service Managed Certificate", then add www.subdomain.domain.com to the private key certificates list.
Upvotes: 1