Share via


System.ServiceModel.Channels.PeerNodeAuthenticationFailure

The security handshake with a potential neighbor was not successful.

Description

This trace occurs while attempting to establish a secure neighbor connection. This can happen due to insufficient or incorrect credentials.

PeerChannel recognizes a single token type for strong identification, X.509 certificates, which provide a strong identity model based on the type of authentication and authorization that can be implemented. PeerChannel also provides support for simple applications through the use of passwords. Passwords can be used only to allow entry to the session; they cannot be used to perform message authentication. This is because a symmetric token that a group of peers share is difficult and inappropriate to use for source authentication.

Troubleshooting

Ensure that all neighbors have the appropriate security credentials.

See Also

Concepts

Peer Channel Security
Using Tracing to Troubleshoot Your Application
WCF Administration and Diagnostics

Other Resources

WCF Tracing