Hi All,
I have provisioned an Azure Application Gateway(WAF). In my DNS server, I have created a CNAME record pointing my custom hostname to the DNS name of the Azure App Gateway(corresponding to the public IP address). I am testing OCSP stapling. I have the below
mentioned queries.
Queries -
1) I have created a Basic listener. I dont see an OCSP stapling response whenever I trigger the request with my custom hostname. However, when I trigger the request with the azure provided DNS name first and then trigger the request with my custom hostname
then I can see the OCSP stapling response. Can you please let me know if I am missing some configuration.
2) I created a multi-site listener for this custom hostname. However,I do not see any OCSP stapling response in this case. Could you please let me know the reason for this.
3) Is the OCSP response cached in Azure Application Gateway or does it call the OCSP responder everytime ?
I am testing OCSP stapling using the open ssl commands.
Thanks,
Neetu