Remove Excon ca bundle setting since we removed Excon

This commit is contained in:
2026-01-09 09:02:41 -06:00
parent 6281a44961
commit 820da31fe2

View File

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