What does HRESULT 0xC00D428C (MF_E_NET_ERROR_FROM_PROXY) mean?

 
Previous Next
MF_E_NET_RESOURCE_GONE MF_E_NET_PROXY_TIMEOUT

MF_E_NET_ERROR_FROM_PROXY

MF_E_NET_ERROR_FROM_PROXY means the proxy successfully received the client request but failed while contacting the upstream media server. This separates proxy-to-origin failure from a local client connection issue.

What to check

  • Inspect proxy logs for upstream DNS, connection, TLS, or response errors.
  • Verify the proxy route and credentials used for the origin server.
  • Test origin reachability from the proxy host, not only from the client.

Microsoft: Binding to proxy servers dynamically

Microsoft: Windows Media Server cache proxy functionality

Microsoft: Networking in Media Foundation


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