-
Notifications
You must be signed in to change notification settings - Fork 160
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
[BUG?] TLS Security - Break Battle.net Launcher #38
Comments
Hi, Another user had the same problem. Battle.net requires an old cipher suite which is not very secure and the TLS category disables it, but nevertheless, you can enable it again by running this in an elevated PowerShell: Enable-TlsCipherSuite -Name "TLS_RSA_WITH_AES_256_CBC_SHA" Please let me know if that fixes your problem. If it does, I will temporarily move it from TLS category to TopSecurity category since it's causing inconvenience for users, when Battle.net stops using that cipher suite, then I'll return it back to the TLS category. |
Test it with my virtual machine. Works very well. After that command, Battle.net launcher works like meant. |
Great thanks, updated the script with the change 🙂 |
I noticed that TLS Security breaks Battle.net Launcher.
Virtual Machine: VMWare Workstation Pro 17.0.2 // Win 11 Enterprise 22H2 fresh installed, including all updates up-to-date.
After I apply TLS Security part, the machine can't connect to Battle.net anymore. I test every combination, other parts are okay with Battle.net.
The text was updated successfully, but these errors were encountered: