[Win32Exception (0x80004005): The client and server cannot communicate, because they do not possess a common algorithm]
System.Net.SSPIWrapper.AcquireCredentialsHandle(SSPIInterface SecModule, String package, CredentialUse intent, SecureCredential scc) +8119069
System.Net.Security.SecureChannel.AcquireCredentialsHandle(CredentialUse credUsage, SecureCredential& secureCredential) +337
System.Net.Security.SecureChannel.AcquireCredentialsHandle(CredentialUse credUsage, X509Certificate2 selectedCert, Flags flags) +223
System.Net.Security.SecureChannel.AcquireClientCredentials(Byte[]& thumbPrint) +2530
System.Net.Security.SecureChannel.GenerateToken(Byte[] input, Int32 offset, Int32 count, Byte[]& output) +349
System.Net.Security.SecureChannel.NextMessage(Byte[] incoming, Int32 offset, Int32 count) +64
System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest, Boolean renegotiation) +36
System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest, Boolean renegotiation) +245
System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult) +812
System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) +264
System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) +21
System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) +85
System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result) +1131
System.Net.TlsStream.BeginWrite(Byte[] buffer, Int32 offset, Int32 size, AsyncCallback asyncCallback, Object asyncState) +204
System.Net.ConnectStream.WriteHeaders(Boolean async) +376
[WebException: The underlying connection was closed: An unexpected error occurred on a receive.]
System.Net.HttpWebRequest.EndGetRequestStream(IAsyncResult asyncResult, TransportContext& context) +337
System.Net.Http.HttpClientHandler.GetRequestStreamCallback(IAsyncResult ar) +145
[HttpRequestException: An error occurred while sending the request.]
Google.Apis.Requests.ClientServiceRequest`1.Execute() +187
WebsiteArchive.BigQuery.BaseQuery.ExecuteQueryAsDataTable(String statement) +271
WebsiteArchive.BigQuery.GetBlockedContentQuery.GetBlockedContent() +325
WebsiteArchive.ArchiveReader.IsContentItemBlocked(String id) +85
Archive.Public.ArchivedPage.Page_Load(Object sender, EventArgs e) +687
System.Web.UI.Control.OnLoad(EventArgs e) +108
System.Web.UI.Control.LoadRecursive() +90
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1602
|