Terminals-Origin / Terminals

Terminals is a secure, multi tab terminal services/remote desktop client. It uses Terminal Services ActiveX Client (mstscax.dll). The project started from the need of controlling multiple connections simultaneously. It is a complete replacement for the mstsc.exe (Terminal Services) client. This is official source moved from Codeplex.
Other
1.25k stars 235 forks source link

Added Patch to try to use TLS 1.2 when checking for new releases. #191

Closed sgmoore closed 3 years ago

sgmoore commented 6 years ago

Since Terminals is compiled for Framework 4, it defaults to just use SSL and TLS1.0 and hence is unable to connect to github to check for newer versions. This patch enables TLS 1.2 so that the check succeeds providing the operating system and framework support TLS 1.2

jirkapok commented 6 years ago

Sorry, for not answering sooner, i will have a look at it.

sloanster4000 commented 5 years ago

This should resolve issue #186

jirkapok commented 3 years ago

sorry for the delay