Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Add SSL binding to Azure custom domain

Trying to add SSL binding for a custom domain, but keep getting the error message "Cannot enable SNI SSL for a hostname 'xxx.com' because current site mode does not allow it."

The app service plan is in the D1 (shared infrastructure) tier, and the SSL certificate is one that I (accidentally) purchased through azure.

Does anyone have any idea what the problem could be?

like image 965
Ian Hebden Avatar asked Oct 30 '19 14:10

Ian Hebden


People also ask

Does Azure provide https option for custom domain applications?

To enable HTTPS on an Azure CDN custom domain, you use a TLS/SSL certificate. You choose to use a certificate that is managed by Azure CDN or use your certificate. Azure CDN handles certificate management tasks such as procurement and renewal. After you enable the feature, the process starts immediately.

How do I add an SSL certificate to Azure Application Gateway?

Azure portal To renew a listener certificate from the portal, navigate to your application gateway listeners. Select the listener that has a certificate that needs to be renewed, and then select Renew or edit selected certificate. Upload your new PFX certificate, give it a name, type the password, and then select Save.

Does Azure provide SSL certificate?

- Free SSL certificate is available in Azure provided by DigiCert. But wildcard is not supported. You may need to use CNAME etc.


1 Answers

From https://docs.microsoft.com/en-us/azure/app-service/web-sites-purchase-ssl-web-site#check-the-pricing-tier: "Custom SSL is not supported in the F1 or D1 tier."

like image 119
Claudiu Guiman Avatar answered Oct 02 '22 22:10

Claudiu Guiman