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.
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:
We've getting it everywhere the code is being called even in the authorization window.
Has anyone else ran into this?
Hi,
We are experiencing the same issue with this plugin on all our websites since yesterday.
Yes, us too
I fixed this by enabling SecurityProtocolType.Tls12 on app start.
https://stackoverflow.com/a/50746109
Hi Ryan,
This worked! thank you..
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
is working on a reply...