I have created an application gateway with 3 backend nodes, when I set the "Http Listener" with all the 3 nodes certificates, the health probe is green. However when I replace all the 3 certificates to my CA cert, it goes red and warm me "Backend server certificate is not whitelisted with Application Gateway" The reason why I try to use CA cert is that I manage all the resource in terraform, with a single CA cert, it is better to automate the process
0
votes
1 Answers
0
votes
I guess you need a Default SITE binding to a certificate
, without SNI ticked. Here is a blog post to fix the issue.