From 58287b65393e7fa1528c62266969075367c6e66e Mon Sep 17 00:00:00 2001 From: Chris Miles Date: Sat, 10 Feb 2024 04:43:37 -0600 Subject: [PATCH] [Crash Reporting] Update Spire to use SSL (#4055) --- common/crash.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/crash.cpp b/common/crash.cpp index 7de645972..6c7329b46 100644 --- a/common/crash.cpp +++ b/common/crash.cpp @@ -23,7 +23,7 @@ void SendCrashReport(const std::string &crash_report) { // can configure multiple endpoints if need be std::vector endpoints = { - "http://spire.akkadius.com/api/v1/analytics/server-crash-report", + "https://spire.akkadius.com/api/v1/analytics/server-crash-report", // "http://localhost:3010/api/v1/analytics/server-crash-report", // development };