Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Craig Richards 17 posts 75 karma points
    May 11, 2014 @ 12:28
    Craig Richards
    0

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

    Hi, hoping someone can help?

    Every now and again, I'm getting the following error:

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

    which relates to var tweets = uTwit.GetLatestTweets(config, numberOfTweetsToDisplay, includeReplies, includeRetweets)

    Wondering if anyone else has had this?

    Thanks,
    Craig

     

    p.s using Umbraco v6.1.6 on Windows Server 2012

     

  • Paul Griffiths 370 posts 1021 karma points
    Feb 24, 2016 @ 15:06
    Paul Griffiths
    0

    Hi Craig,

    Did you manage to resolve this issue?

    I seem to be geeting the same thing

    Many thanks Paul

  • Per 14 posts 99 karma points
    Aug 31, 2017 @ 16:00
    Per
    0

    I am having the same problem with 7.6.1

    2017-08-31 17:55:54,055 [P4608/D2/T68] ERROR Umbraco.Web.Scheduling.ScheduledPublishing - Failed (at "http://test.com/umbraco").
    System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: The request was aborted: Could not create SSL/TLS secure channel.
       at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
       at System.Net.Http.HttpClientHandler.GetResponseCallback(IAsyncResult ar)
       --- End of inner exception stack trace ---
       at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at Umbraco.Web.Scheduling.ScheduledPublishing.<PerformRunAsync>d__7.MoveNext()
    

    According to this link The request was aborted: Could not create SSL/TLS secure channel some suggest to change App Pool Identity in IIS to LocalSystem from NetworkService but that did not help me.

    Anyone has managed to solve this problem?

  • Paulo Freitas 1 post 20 karma points
    Nov 04, 2017 @ 11:51
    Paulo Freitas
    0

    I have had the same issue using 7.6.4. Anyone been able to fix this issue?

  • Johan Reitsma 67 posts 233 karma points
    Dec 03, 2017 @ 13:01
    Johan Reitsma
    0

    Whe have a same sort of problem. I'm going to try out the following line of code just before the call

    System.Net.ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12 | SecurityProtocolType.Tls11 | SecurityProtocolType.Tls; // comparable to modern browsers

  • Simon Dingley 1470 posts 3427 karma points c-trib
    Feb 13, 2018 @ 09:28
    Simon Dingley
    0

    I've just fixed this on a bunch of sites, two of which had uTwit installed and suffered from this same problem. See my solution here:

    https://our.umbraco.org/forum/using-umbraco-and-getting-started/74628-the-underlying-connection-was-closed-an-unexpected-error-occurred-on-a-send#285847

Please Sign in or register to post replies

Write your reply to:

Draft