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 456:
Line 457:        //Get response from Ozeki NG SMS Gateway Server and read the answer
Line 458:        HttpWebResponse myResp = (HttpWebResponse)myReq.GetResponse();
Line 459:        System.IO.StreamReader respStreamReader = new System.IO.StreamReader(myResp.GetResponseStream());
Line 460:        string responseString = respStreamReader.ReadToEnd();

Source File: g:\pleskvhosts\globalskill.org\bindutimes.com\national-news.aspx.cs    Line: 458

Stack Trace:


[WebException: The request was aborted: Could not create SSL/TLS secure channel.]
   System.Net.HttpWebRequest.GetResponse() +1463
   national_news.brakingnewsdata() in g:\pleskvhosts\globalskill.org\bindutimes.com\national-news.aspx.cs:458
   national_news.Page_Load(Object sender, EventArgs e) in g:\pleskvhosts\globalskill.org\bindutimes.com\national-news.aspx.cs:45
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +52
   System.Web.UI.Control.OnLoad(EventArgs e) +97
   System.Web.UI.Control.LoadRecursive() +61
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +693


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