Exception: WSDL::TimestampValidationError
- Inherits:
-
SecurityError
- Object
- StandardError
- Error
- FatalError
- SecurityError
- WSDL::TimestampValidationError
- Defined in:
- lib/wsdl/errors.rb
Overview
Raised when response timestamp validation fails.
This error is raised when:
- The response timestamp has expired (beyond clock skew tolerance)
- The response Created time is too far in the future (clock skew exceeded)
- A potential replay attack is detected
Timestamp validation helps prevent replay attacks where an attacker captures a valid signed response and replays it later.