From 40636e571013c3a6392d0d59a28f484a1aa93bb9 Mon Sep 17 00:00:00 2001 From: Kade Date: Sat, 28 Oct 2023 00:04:39 -0400 Subject: [PATCH] Use insecure connection to Spore.com Spore.com HTTPS certificate expired on Oct 14th 2023 and has not been renewed --- library/SporeServer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/SporeServer.cs b/library/SporeServer.cs index f4f3e17..1c68b99 100644 --- a/library/SporeServer.cs +++ b/library/SporeServer.cs @@ -6,7 +6,7 @@ namespace SporeDownloader { public class SporeServer { - private string endpoint = "https://www.spore.com"; + private string endpoint = "http://www.spore.com"; /// /// Get daily stats about Spore.com