From fcef4bb9fe9b85b8790981affb6a29a3fedabac8 Mon Sep 17 00:00:00 2001 From: castrojo Date: Tue, 8 Sep 2026 14:38:51 +0000 Subject: [PATCH] fix(factory): replace Hive snapshot CTA hostname with valid TLS endpoint The hosted-projectbluefin-common-nmq5.hive.kubestellar.io hostname fails TLS verification because the presented certificate's SAN only covers *.hivecommons.dev. Point the CTA at the hivecommons.dev hostname, which serves the same instance and passes certificate validation. Fixes #1089 Signed-off-by: castrojo --- src/components/factory/panels/HiveSnapshot.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/factory/panels/HiveSnapshot.tsx b/src/components/factory/panels/HiveSnapshot.tsx index 6b3c1e76c..30d811f65 100644 --- a/src/components/factory/panels/HiveSnapshot.tsx +++ b/src/components/factory/panels/HiveSnapshot.tsx @@ -4,7 +4,7 @@ import styles from "./HiveSnapshot.module.css"; /** The hive instance whose read-only snapshot this links to. */ const SNAPSHOT_URL = - "https://hosted-projectbluefin-common-nmq5.hive.kubestellar.io/snapshot"; + "https://hosted-projectbluefin-common-nmq5.hive.hivecommons.dev/snapshot"; /** * A link to the hive's own read-only dashboard snapshot.