Advertisement
Guest User

Untitled

a guest
Feb 21st, 2020
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. ---> (Inner Exception #0) System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception. ---> 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
  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.InternalEndProcessAuthentication(LazyAsyncResult lazyResult)
  8. at System.Net.Security.SslState.EndProcessAuthentication(IAsyncResult result)
  9. at System.Net.Security.SslStream.EndAuthenticateAsClient(IAsyncResult asyncResult)
  10. at System.Net.Security.SslStream.<>c.<AuthenticateAsClientAsync>b__47_1(IAsyncResult iar)
  11. at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
  12. --- End of stack trace from previous location where exception was thrown ---
  13. at System.Net.Http.ConnectHelper.EstablishSslConnectionAsyncCore(Stream stream, SslClientAuthenticationOptions sslOptions, CancellationToken cancellationToken)
  14. --- End of inner exception stack trace ---
  15. at Emporos.Enterprise.Infrastructure.Extensions.BearerTokenRepository.GetAuthenticationTokenAsync() in C:\agent\VSTS-Builds\9\s\src\Emporos.Enterprise\04-Infrastructure\Infrastructure\Extensions\BearerTokenRepository.cs:line 61
  16. at Emporos.Enterprise.Infrastructure.Extensions.HttpClientExtension.GetTokenAsync() in C:\agent\VSTS-Builds\9\s\src\Emporos.Enterprise\04-Infrastructure\Infrastructure\Extensions\HttpClientExtension.cs:line 308
  17. at Emporos.Enterprise.Infrastructure.Extensions.HttpClientExtension.InitializeAsync(String baseUrl) in C:\agent\VSTS-Builds\9\s\src\Emporos.Enterprise\04-Infrastructure\Infrastructure\Extensions\HttpClientExtension.cs:line 223
  18. at Emporos.Enterprise.Infrastructure.Extensions.HttpClientExtension.GetAsync[T](String requestUri) in C:\agent\VSTS-Builds\9\s\src\Emporos.Enterprise\04-Infrastructure\Infrastructure\Extensions\HttpClientExtension.cs:line 6
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement