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

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

Stack Trace:


[WebException: The request was aborted: Could not create SSL/TLS secure channel.]
   System.Net.HttpWebRequest.GetResponse() +1463
   entertainment_news.brakingnewsdata() in g:\pleskvhosts\globalskill.org\bindutimes.com\entertainment-news.aspx.cs:454
   entertainment_news.Page_Load(Object sender, EventArgs e) in g:\pleskvhosts\globalskill.org\bindutimes.com\entertainment-news.aspx.cs:44
   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