This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Revocation Check failed

Hello,

i have a problem with my exchange server certificate. Ever since from the beginning it says "Revocation Check failure"

All around the internet it is claimed as a proxy error so i tried to:

- skip or set the proxy for the normal user via netsh winhttp command

- skip or set the proxy for the normal user via IE settings

- skip or set the proxy for NT-Authority/SYSTEM User via netsh winhttp command

- skip or set the proxy for NT-Authority/SYSTEM User via IE settings

- Made an Exception in Filtering Options of the UTM to the Revocation URL shown in the Certificate

- Made an execption to the whole URL of the CA

I can download the CRL via Internet Explorer but the Exchange console still shows "Revocation Check Failure"

Nothing helps and i'm running out of ideas.

What can i do?



This thread was automatically locked due to age.
Parents Reply
  • netsh winhttp set proxy proxy-server="ip_of_the_server:8080" bypass-list="*.domain.local"

    netsh winhttp set proxy proxy-server="fqdn_of_the_server:8080" bypass-list="*.domain.local"

    netsh winhttp set proxy ip_of_the_server:8080

    netsh winhttp set proxy fqdn_of_the_server:8080

    netsh winhttp import proxy source =ie

    netsh winhttp reset proxy

     

    I also tried to change the proxy settings via psexec session as LOCAL SYSTEM User

     

    netsh winhttp show proxy always tell me if the settings were applied

Children