Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for TLS 1/1.2/1.3 in redirector #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hatstand0
Copy link

This fixes the IOException: Unable to write data to the transport connection: An existing connection was forcibly closed by the remote host. error upon starting ME3 (Same issue as described here). This is after re-enabling SSL3 in the "Internet Options" dialog, and enabling the required ciphers through PowerShell.

Ran into it on 64-bit Windows 10, build 1803, with .NET 4.7.3 (I think), connecting to a server running on the same machine, listening on a WiFi interface.

Everything works beautifully after changing this line.

This fixes the  `IOException: Unable to write data to the transport connection: An existing connection was forcibly closed by the remote host.` error upon starting ME3 (Same issue as described [here](https://me3tweaks.com/forums/viewtopic.php?f=10&t=58). This is after re-enabling SSL3 in the "Internet Options" dialog, and enabling the required ciphers through PowerShell.

Ran into it on 64-bit Windows 10, build 1803, with .NET 4.7.3 (I think), connecting to a server running on the same machine, listening on a WiFi interface.

Everything works beautifully after changing this line.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant