Site icon EfmSoft

What does HRESULT 0x80072EFD (WININET_E_CANNOT_CONNECT) mean?

 
Previous Next
WININET_E_ITEM_NOT_FOUND WININET_E_CONNECTION_ABORTED

WININET_E_CANNOT_CONNECT

WININET_E_CANNOT_CONNECT means that WinINet could not establish a connection to the server. It is broader than a DNS failure: the name may have resolved, but the selected network path, proxy, endpoint, firewall, TLS path, or remote listener did not yield a usable connection.

How to narrow it down

Retry carefully

Retry only according to the idempotency of the request and with bounded backoff. Reusing a partly initialized request handle after a failed connection attempt can obscure the original failure.

Microsoft: WinINet error messages · Microsoft: InternetConnect


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

Exit mobile version