parsec-cloud / Parsec-Cloud-Preparation-Tool

Launch Parsec enabled cloud computers via your own cloud provider account.
925 stars 168 forks source link

Fixed TLS requirement in function DownloadParsecServiceManager() #15

Closed steventhegeek closed 4 years ago

steventhegeek commented 4 years ago

For some reason just the call for ParsecServiceManager.exe in line 489 was failing to download, I tried running it manually with the ServicePointManager set. I've added one line before 489 to set this to TLS1.2 preference.

jamesstringerparsec commented 4 years ago

What cloud platform did you experience this on?

jamesstringerparsec commented 4 years ago

Thank you!