From 384464bdbcc3bc1d2dd4c3596273a94464bce86b Mon Sep 17 00:00:00 2001 From: husky Date: Thu, 13 Mar 2025 19:45:46 -0700 Subject: [PATCH] preemptive fix --- vorebot/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vorebot/src/main.rs b/vorebot/src/main.rs index d9ccfce..c845b3f 100644 --- a/vorebot/src/main.rs +++ b/vorebot/src/main.rs @@ -161,7 +161,7 @@ async fn main() { caps.set_proxy(Proxy::Manual { ftp_proxy: None, http_proxy: Some(proxy.to_string()), - ssl_proxy: None, + ssl_proxy: Some(proxy.to_string()), socks_proxy: None, socks_version: None, socks_username: None,