Hi Everyone,
https://github.com/DotNetOpenAuth/DotNetOpenAuth/tree/develop/samples/OpenIdProviderMvc
This is an older version - OpenID 1.0
Message signature was incorrect
在 DotNetOpenAuth.Messaging.Channel.ProcessIncomingMessage(IProtocolMessage message)
在 DotNetOpenAuth.OpenId.ChannelElements.OpenIdChannel.ProcessIncomingMessage(IProtocolMessage message)
在 DotNetOpenAuth.Messaging.Channel.ReadFromRequest(HttpRequestBase httpRequest)
在 DotNetOpenAuth.OpenId.RelyingParty.OpenIdRelyingParty.GetResponse(HttpRequestBase httpRequestInfo)}
Hi everybody.. I randomly get this error:
DotNetOpenAuth.Messaging.ProtocolException: Error occurred while sending a direct message or getting the response. ---> System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a receive. ---> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host
It doesn't happy all the time (maybe twice a day). I've confirmed with the OAUTH server provider they are not dropping the connection. Is there anything I can do from this end to try and get this more stable?