When I run Get-Ca | Get-EnterprisePKIHealthStatus -Debug -Verbose I receive the attached error. I'm running this command from an elevated PowerShell session on Windows 8.1 Enterprise. My PKI consists of an offline root ca and an enterprise sub-ca
Comments: One important note!!!! I made another change in the OCSP code. I attempted to simulate CryptoAPI client behavior. This means that I no longer do POST network method by default. Now I attempt GET method and fallback to POST only when HTTP GET returns HTTP404 or HTTP405. This may raise errors when you test OCSP server. This most likely indicates OCSP misconfiguration.
Comments: One important note!!!! I made another change in the OCSP code. I attempted to simulate CryptoAPI client behavior. This means that I no longer do POST network method by default. Now I attempt GET method and fallback to POST only when HTTP GET returns HTTP404 or HTTP405. This may raise errors when you test OCSP server. This most likely indicates OCSP misconfiguration.