From af47dbc019f36a8d12205f85a1a7d5f9febe6165 Mon Sep 17 00:00:00 2001 From: sheet315 <60932182+sheet315@users.noreply.github.com> Date: Sat, 19 Apr 2025 13:52:11 +0200 Subject: [PATCH] Update orbit.json fixed the ssl error by using HTTP i want to use https but i dont have a certificate that shows its a safe website yet. --- domains/orbit.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/orbit.json b/domains/orbit.json index 47eefb542..8faa86ee9 100644 --- a/domains/orbit.json +++ b/domains/orbit.json @@ -5,6 +5,6 @@ "email": "shaundereuv@gmail.com" }, "record": { - "URL": "https://orbitbot.my.pebble.host:25603" + "URL": "http://orbitbot.my.pebble.host:25603" } }