Fail if the connection cannot be established quickly.

Section: Debugging and Diagnostics

Limit connect time

bash
bash
curl --connect-timeout 5 https://example.com
Explanation

Separate connect timeout from overall max time.

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Debugging and Diagnostics
Limit total transfer time
Abort the request after a fixed total duration.
OpenIn sheetbashsame section
Use an HTTP proxy
Send requests through an HTTP proxy.
OpenIn sheetbashsame section
Force IPv4
Resolve and connect using IPv4 only.
OpenIn sheetbashsame section
Force IPv6
Resolve and connect using IPv6 only.
OpenIn sheetbashsame section
Override DNS resolution
Map a hostname and port to a specific IP address.
OpenIn sheetbashsame section
Redirect one host:port to another
Change where curl connects without changing the URL's host name.
OpenIn sheetbashsame section