HomeAzureAzure Tip #9 – Application Gateway Backend Certificate not whitelisted Error

Azure Tip #9 – Application Gateway Backend Certificate not whitelisted Error

Few days back , I had to update the Azure backend certificate for authentication in the Application Gateway and i started noticing this error

“Backend server certificate is not whitelisted with Application Gateway.”

Something that you will see missing is microsft docs is having a default site binding to a SSL certificate without the SNI enabled.

Ensure that you create a default website in the IIS with-in the VM without the SNI enabled and you should not see this error.

PS : Don’t forget to upload the CER file to the HTTP settings in ApplicationGateway before you do the Health Check.

Share:

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

In this post, you’ll learn about the website Azure Charts which provides you with information about all the features and...
There are times when you want to generate Weekly/Monthly reports of the ARM (Azure Resource Manager) deployments with-in your subscription....
Azure Load Balancer and Azure Traffic Manager helps you to make your web application and services more resilient. Whats the...