Copied to clipboard

Flag this post as spam?

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


  • Mark V 28 posts 158 karma points
    Jul 30, 2019 @ 09:23
    Mark V
    0

    An existing connection was forcibly closed by the remote host

    Hey,

    This used to work fine but it's just been recently throwing this error:

    An existing connection was forcibly closed by the remote host
    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.Sockets.SocketException: An existing connection was forcibly closed by the remote host
    

    We've getting it everywhere the code is being called even in the authorization window.

    Has anyone else ran into this?

  • Shujah Rehman 8 posts 99 karma points notactivated
    Jul 30, 2019 @ 16:07
    Shujah Rehman
    0

    Hi,

    We are experiencing the same issue with this plugin on all our websites since yesterday.

  • James 5 posts 75 karma points
    Jul 31, 2019 @ 15:16
    James
    0

    Yes, us too

  • Ryan Davis 4 posts 96 karma points
    Aug 01, 2019 @ 14:22
    Ryan Davis
    101

    I fixed this by enabling SecurityProtocolType.Tls12 on app start.

    https://stackoverflow.com/a/50746109

  • Shujah Rehman 8 posts 99 karma points notactivated
    Aug 02, 2019 @ 10:58
    Shujah Rehman
    1

    Hi Ryan,

    This worked! thank you..

  • Steve Edson 16 posts 91 karma points
    Aug 06, 2019 @ 15:14
    Steve Edson
    1

    Related article from Twitter:

    https://twittercommunity.com/t/removing-support-for-legacy-tls-versions-1-0-1-1-on-twitter/126648

    This should probably be addressed in the utwit package, rather than everyone having to apply a manual fix themselves.

    Thanks

Please Sign in or register to post replies

Write your reply to:

Draft