henrikx / metroskininstaller

https://metroforsteam.com
GNU Affero General Public License v3.0
198 stars 12 forks source link

Add this line just in case #20

Closed redsigma closed 6 years ago

redsigma commented 6 years ago

Some users get the message "Unable to connect to remote server". This is a message that occurs in InstallActions.cs in the catch box catch (System.Net.WebException e)

From what i found on internet Net doesn't enable lower TLS protocols besides TLS 1.2. So the line I added should enable all of them and get rid of any problems.