From 820da31fe279eae23045b168720f0706196bac47 Mon Sep 17 00:00:00 2001 From: Cyberarm Date: Fri, 9 Jan 2026 09:02:41 -0600 Subject: [PATCH] Remove Excon ca bundle setting since we removed Excon --- lib/api.rb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/api.rb b/lib/api.rb index dd11e3c..4f44e8b 100644 --- a/lib/api.rb +++ b/lib/api.rb @@ -1,11 +1,6 @@ class W3DHub class Api - # Set Excon default CA file if found - if (ca_file = W3DHub.ca_bundle_path) - Excon.defaults[:ssl_ca_file] = ca_file - end - LOG_TAG = "W3DHub::Api".freeze API_TIMEOUT = 30 # seconds