What does HRESULT 0x80072F8B (WININET_E_FAILED_DUETOSECURITYCHECK) mean?

 
Previous Next
WININET_E_SEC_CERT_REVOKED WININET_E_NOT_INITIALIZED

WININET_E_FAILED_DUETOSECURITYCHECK

WININET_E_FAILED_DUETOSECURITYCHECK is a WinINet HRESULT. It is a legacy WinINet result indicating that a dial-up connection was rejected because the configured security check failed. In particular, older configurations could request failure when file sharing was enabled.

What to check

  • Check the legacy dial-up and security policy configuration if the affected system still uses that connection model.
  • Verify whether the application should instead use the current network connection rather than attempting to initiate dial-up.
  • Correct the policy conflict instead of weakening a security check merely to make the connection proceed.

Microsoft documentation


Looking for a different code? Search another status or error code.