Hi,
Does any version of .NET support OCSP stapling?
We're using .NET 3.5 in our application, on Windows 10, and noticed that CRL checks for a given SSL certificate always go out to the certificate authority. The certificate presenter (Apache in our case) is never queried for the cached OCSP response.
Thanks.