ERROR_IPSEC_IKE_NO_CERT - 13806 (0x35EE)
IKE failed to find valid machine certificate. Contact your Network Security Administrator about installing a valid certificate in the appropriate Certificate Store.
Updated: Feb 21, 2026
Technical Meaning
The error code ERROR_IPSEC_IKE_NO_CERT with the numeric value 13806 and hexadecimal representation 0x35EE indicates that Internet Key Exchange (IKE) failed to locate a valid machine certificate. This is typically encountered in scenarios involving IPsec security associations.
Error Details
The error message suggests that no suitable certificate was found for the machine, which is necessary for establishing secure communication via IKE. The Network Security Administrator should be contacted to ensure proper installation and configuration of certificates within the appropriate Certificate Store.
Usage Context
This error typically arises in environments where IPsec is configured to use certificates for authentication and key exchange. It can occur during the initial phase of setting up a security association or when attempting to establish an IKE connection.
Developer Interpretation
Developers should interpret this error as indicating that the system lacks the necessary certificate required for establishing a secure connection via IKE. This could be due to missing, invalid, or improperly configured certificates in the Certificate Store.
Related Errors
ERROR_IPSEC_IKE_CERT_EXPIRED(13807) - Indicates an expired certificate.ERROR_IPSEC_IKE_CERT_REVOKED(13809) - Indicates a revoked certificate.
FAQ
Q: What does the error mean?
A: The system failed to find a valid machine certificate required for IKE operations. Contact your Network Security Administrator for assistance.
Q: How can I resolve this issue?
A: Ensure that a valid certificate is installed in the appropriate Certificate Store and configured correctly for IPsec usage.
Summary
ERROR_IPSEC_IKE_NO_CERT signifies that no valid machine certificate was found, preventing IKE from establishing secure connections. Developers should ensure proper certificate management to avoid this error.