StreamTest

The request could not be completed

The connection failed before a response arrived.

What it means

DNS did not resolve, the connection was refused or timed out, or TLS negotiation failed.

Why it matters

Nothing was retrieved, so nothing could be analysed. Viewers on the open internet would hit the same wall.

How to fix it

  1. Check the hostname resolves publicly, not only inside your own network.
  2. A TLS failure usually means an expired certificate or a missing intermediate — browsers are stricter than curl about the chain.
  3. If the origin only accepts traffic from certain networks, use Local mode so the request comes from yours.

Check your own stream

The free stream tester runs this check on every analysis and links each finding straight back here.

Open the stream tester

Frequently asked questions

What does "The request could not be completed" mean?
DNS did not resolve, the connection was refused or timed out, or TLS negotiation failed.
Why does it matter?
Nothing was retrieved, so nothing could be analysed. Viewers on the open internet would hit the same wall.
How do I fix it?
1. Check the hostname resolves publicly, not only inside your own network. 2. A TLS failure usually means an expired certificate or a missing intermediate — browsers are stricter than curl about the chain. 3. If the origin only accepts traffic from certain networks, use Local mode so the request comes from yours.
How can I detect this automatically?
Paste your stream delivery URL into StreamTest's free stream tester. It runs this check on every analysis, flags the finding, and links straight back to this page — no sign-up required.

Related Fetching and delivery checks