Enable OCSP stapling on Azure web apps

Viewed 384

Need to turn on must-staple for OCSP Stapling on Azure web application. As far as the discussion on Azure forums are concerned, it seems like for domain like *.azurewebsites.net , OCSP Stapling is enabled by default. But for my Dev URL, which is also in *.azurewebsites.net domain, it does not show the "must-staple" as true/turned on.

The scan for this feature can be run through https://www.ssllabs.com/ssltest/analyze.html

Can anyone help on how to get it enabled for Azure Web Apps and Cloudflare as well.

Thanks!!

1 Answers

Microsoft is still working on Enabling stapling for Custom domain, that could be the reason why you are unable to see "Must-Staple" turned on .

Below Document will help you to understand the details about enabling OCSP

OCSP Enabling

Related