Server Error in '/' Application.

The request was aborted: Could not create SSL/TLS secure channel.

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.Net.WebException: The request was aborted: Could not create SSL/TLS secure channel.

Source Error:


Line 54:     client.Method = "GET";
Line 55: 
Line 56:     using (HttpWebResponse response = (HttpWebResponse)client.GetResponse())
Line 57:     using (var stream = response.GetResponseStream())
Line 58:     {

Source File: c:\inetpub\wwwroot\raemakers.nl\www\App_Code\CS_Code\Service\RssService.cs    Line: 56

Stack Trace:


[WebException: The request was aborted: Could not create SSL/TLS secure channel.]
   System.Net.HttpWebRequest.GetResponse() +1751
   RssService.Fetch(Uri uri) in c:\inetpub\wwwroot\raemakers.nl\www\App_Code\CS_Code\Service\RssService.cs:56
   views_nieuws.page_Load() in C:\inetpub\wwwroot\raemakers.nl\www\views\nieuws.aspx.vb:23
   views_nieuws._Lambda$__7(Object a0, EventArgs a1) in C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\97c0afb7\5c410158\App_Web_r0emjo0n.8.vb:0
   System.EventHandler.Invoke(Object sender, EventArgs e) +0
   System.Web.UI.Control.OnLoad(EventArgs e) +108
   System.Web.UI.Control.LoadRecursive() +90
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1533


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