Update client.rs

This commit is contained in:
Face
2025-09-07 20:19:03 +03:00
parent 4b0a9ffb18
commit c41edbc2ec

View File

@@ -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))