← All status codes
4xx Client Error
425
Too Early
The server is unwilling to risk processing a request that might be replayed.
What it means
A 425 Too Early response indicates the server is unwilling to process a request that might be replayed, typically in the context of TLS early data.
Common causes
- The request was sent in TLS 1.3 early data and the server wants to avoid replay attacks.
How to fix it
- Retry the request after the TLS handshake completes.
Test a URL and see its actual status code now.
Open the checker →