ERROR_IPSEC_IKE_TIMED_OUT - 13805 (0x35ED)
Negotiation timed out.
Updated: Feb 21, 2026
Technical Meaning
The ERROR_IPSEC_IKE_TIMED_OUT error code indicates that a timeout occurred during the Internet Key Exchange (IKE) phase of IPsec negotiation. IKE is a protocol used to establish secure connections over networks, and it involves several phases for key exchange and security association establishment.
Error Details
This error typically occurs when the system fails to complete an IKE negotiation within the expected time frame. The timeout can be due to various factors such as network latency, misconfiguration, or issues with the IPsec policy settings.
Usage Context
The ERROR_IPSEC_IKE_TIMED_OUT is commonly encountered in scenarios where IPsec is being used for securing communication between systems. This error may appear during the initial setup of a secure connection or when attempting to renew security associations.
Developer Interpretation
As a developer, encountering this error suggests that there might be issues with the network environment, configuration settings, or the timing parameters associated with IPsec negotiations. Developers should review the relevant configurations and ensure that all necessary components are functioning correctly.
Related Errors
ERROR_IPSEC_KEY_USAGE_NOT_SUPPORTED(13806, 0x35EE)ERROR_IPSEC_PROCESS_INIT_FAILED(13792, 0x35C0)ERROR_IPSEC_PROCESS_TERMINATED(13804, 0x35E8)
FAQ
Q: What does the ERROR_IPSEC_IKE_TIMED_OUT error mean?
A: It indicates that a timeout occurred during the IKE phase of IPsec negotiation.
Q: How can I troubleshoot this issue?
A: Review network latency, configuration settings, and timing parameters associated with IPsec negotiations.
Summary
The ERROR_IPSEC_IKE_TIMED_OUT error code is indicative of a timeout during the IKE phase of IPsec negotiations. Developers should focus on reviewing network conditions and configuration settings to resolve this issue.