Update Manager now uses TLS.

Solves issue #1633
This commit is contained in:
Chris Nord 2018-10-02 16:35:46 -07:00
parent f02545f7f6
commit 207925ddf1
2 changed files with 2 additions and 1 deletions

View file

@ -33,7 +33,7 @@ namespace TShockAPI
/// </summary>
public class UpdateManager
{
private const string UpdateUrl = "http://update.tshock.co/latest/";
private const string UpdateUrl = "https://update.tshock.co/latest/";
private HttpClient _client = new HttpClient();
/// <summary>