| Previous | Next |
| ERROR_IPSEC_IKE_PROCESS_ERR | ERROR_IPSEC_IKE_PROCESS_ERR_PROP |
ERROR_IPSEC_IKE_PROCESS_ERR_SA
ERROR_IPSEC_IKE_PROCESS_ERR_SA identifies a failure while parsing the IKE Security Association payload. That payload carries the high-level security-association proposal structure used to negotiate protection.
Start with the SA payload structure and then follow any more specific proposal or transform error. This ordering prevents a malformed peer proposal from being misdiagnosed as a generic reachability or credential problem.
What to check
- Capture the exchange and compare the offered IKE proposals with the local policy.
- Check whether the peer is using an unsupported IKE version or proposal layout.
- Look for a more specific transform, proposal or payload error immediately before or after this code.
Microsoft: Use Netsh to manage network traces
Looking for a different code? Search another status or error code.