Advertisement
Guest User

Untitled

a guest
Oct 29th, 2018
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.16 KB | None | 0 0
  1. System.IO.IOException: Unable to read data from the transport connection: Connection reset by peer. ---> System.Net.Sockets.SocketException: Connection reset by peer
  2. --- End of inner exception stack trace ---
  3. at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error)
  4. at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.GetResult(Int16 token)
  5. at System.Net.FixedSizeReader.ReadPacketAsync(Stream transport, AsyncProtocolRequest request)
  6. at System.Net.Security.SslState.ThrowIfExceptional()
  7. at System.Net.Security.SslState.CheckThrow(Boolean authSuccessCheck, Boolean shutdownCheck)
  8. at System.Net.Security.SslState.CheckOldKeyDecryptedData(Memory`1 buffer)
  9. at System.Net.Security.SslState.HandleQueuedCallback(Object& queuedStateRequest)
  10. at System.Net.Security.SslState.FinishHandshakeRead(Int32 newState)
  11. at System.Net.Security.SslState.FinishHandshake(Exception e, AsyncProtocolRequest asyncRequest)
  12. at System.Net.Security.SslState.RehandshakeCompleteCallback(IAsyncResult result)
  13. at System.Net.LazyAsyncResult.Complete(IntPtr userToken)
  14. at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken)
  15. at System.Net.AsyncProtocolRequest.CompleteUserWithError(Exception e)
  16. at System.Net.FixedSizeReader.ReadPacketAsync(Stream transport, AsyncProtocolRequest request)
  17. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
  18. --- End of stack trace from previous location where exception was thrown ---
  19. at System.Threading.ThreadPoolWorkQueue.Dispatch()
  20. System.IO.IOException
  21. at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error)
  22. at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.GetResult(Int16 token)
  23. at System.Net.FixedSizeReader.ReadPacketAsync(Stream transport, AsyncProtocolRequest request)
  24. at System.Net.Security.SslState.ThrowIfExceptional()
  25. at System.Net.Security.SslState.CheckThrow(Boolean authSuccessCheck, Boolean shutdownCheck)
  26. at System.Net.Security.SslState.CheckOldKeyDecryptedData(Memory`1 buffer)
  27. at System.Net.Security.SslState.HandleQueuedCallback(Object& queuedStateRequest)
  28. at System.Net.Security.SslState.FinishHandshakeRead(Int32 newState)
  29. at System.Net.Security.SslState.FinishHandshake(Exception e, AsyncProtocolRequest asyncRequest)
  30. at System.Net.Security.SslState.RehandshakeCompleteCallback(IAsyncResult result)
  31. at System.Net.LazyAsyncResult.Complete(IntPtr userToken)
  32. at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken)
  33. at System.Net.AsyncProtocolRequest.CompleteUserWithError(Exception e)
  34. at System.Net.FixedSizeReader.ReadPacketAsync(Stream transport, AsyncProtocolRequest request)
  35. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
  36. --- End of stack trace from previous location where exception was thrown ---
  37. at System.Threading.ThreadPoolWorkQueue.Dispatch()
  38. InnerException: System.Net.Sockets.SocketException
  39. System.Net.Sockets.SocketException (104): Connection reset by peer
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement