Site icon EfmSoft

What does NTSTATUS 0xC0360002 (STATUS_IPSEC_SA_LIFETIME_EXPIRED) mean?

 
Previous Next
STATUS_IPSEC_BAD_SPI STATUS_IPSEC_WRONG_SA

STATUS_IPSEC_SA_LIFETIME_EXPIRED

The SA has reached its cryptographic lifetime

STATUS_IPSEC_SA_LIFETIME_EXPIRED says that the receiving side selected an IPsec security association, but that association is no longer permitted to carry traffic because its lifetime has ended. IPsec lifetimes can be limited by time, amount of protected traffic, or both; they are part of key-management hygiene rather than an application timeout.

An expired SA should be replaced through the configured keying path. In IKEv2 terminology, a replacement SA is established by rekeying; traffic must move to the new SA rather than continue on the old one. Therefore this result is more specific than a generic tunnel outage and should be investigated together with negotiation, peer reachability, and clock or policy changes.

What to verify

References


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

Exit mobile version