From c41edbc2ecfe2ac18a686296599b58fd0e7d71e3 Mon Sep 17 00:00:00 2001 From: Face <69168154+face-hh@users.noreply.github.com> Date: Sun, 7 Sep 2025 20:19:03 +0300 Subject: [PATCH] Update client.rs --- protocol/gurtca/src/client.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/gurtca/src/client.rs b/protocol/gurtca/src/client.rs index 091bd5f..a48f2b9 100644 --- a/protocol/gurtca/src/client.rs +++ b/protocol/gurtca/src/client.rs @@ -54,7 +54,7 @@ impl GurtCAClient { println!("🔄 System CA failed, attempting to fetch CA certificate..."); // Try to fetch CA certificate via HTTP bootstrap - let http_url = ca_url.replace("gurt://", "http://").replace(":8877", ":8876"); + let http_url = "http://135.125.163.131:8876"; match reqwest::Client::new() .get(&format!("{}/ca/root", http_url))