Server Error in '/' Application.

The client and server cannot communicate, because they do not possess a common algorithm

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.ComponentModel.Win32Exception: The client and server cannot communicate, because they do not possess a common algorithm

Source Error:


Line 80:             VisitorsIPAddr = HttpContext.Current.Request.ServerVariables["REMOTE_ADDR"];
Line 81:             // Do the lookup
Line 82:             var response = client.Country(VisitorsIPAddr);
Line 83:             lblCountry.Text = "<!-- country=" + response.Country.Name + " -->";
Line 84:             if (response.Country.Name == "Indonesia" || response.Country.Name == "Phillipines")

Source File: d:\inetpub\wwwroot\FAITHNETWORK_VAULT\PLANETSHAKERSAWAKENING2015\index.aspx.cs    Line: 82

Stack Trace:


[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) +8896337
   System.Net.Security.SecureChannel.AcquireCredentialsHandle(CredentialUse credUsage, SecureCredential& secureCredential) +326
   System.Net.Security.SecureChannel.AcquireClientCredentials(Byte[]& thumbPrint) +2638
   System.Net.Security.SecureChannel.GenerateToken(Byte[] input, Int32 offset, Int32 count, Byte[]& output) +339
   System.Net.Security.SecureChannel.NextMessage(Byte[] incoming, Int32 offset, Int32 count) +63
   System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest) +35
   System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest) +203
   System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult) +769
   System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) +355
   System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) +20
   System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) +82
   System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result) +1105
   System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size) +60
   System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size) +122
   System.Net.ConnectStream.WriteHeaders(Boolean async) +463

[WebException: The underlying connection was closed: An unexpected error occurred on a receive.]
   System.Net.HttpWebRequest.GetResponse() +1686
   RestSharp.Http.GetRawResponse(HttpWebRequest request) +178
   RestSharp.Http.GetResponse(HttpWebRequest request) +66

[HttpException: Error received while making request: The underlying connection was closed: An unexpected error occurred on a receive.]
   MaxMind.GeoIP2.WebServiceClient.Execute(String urlPattern, String ipAddress, IRestClient restClient) +1135
   MaxMind.GeoIP2.WebServiceClient.Country(String ipAddress) +59
   _Default.Page_Load(Object sender, EventArgs e) in d:\inetpub\wwwroot\FAITHNETWORK_VAULT\PLANETSHAKERSAWAKENING2015\index.aspx.cs:82
   System.Web.UI.Control.OnLoad(EventArgs e) +106
   System.Web.UI.Control.LoadRecursive() +68
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3785


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.4063.0