mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2026-03-21 19:56:14 +00:00
Remove Excon ca bundle setting since we removed Excon
This commit is contained in:
@@ -1,11 +1,6 @@
|
|||||||
class W3DHub
|
class W3DHub
|
||||||
class Api
|
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
|
LOG_TAG = "W3DHub::Api".freeze
|
||||||
|
|
||||||
API_TIMEOUT = 30 # seconds
|
API_TIMEOUT = 30 # seconds
|
||||||
|
|||||||
Reference in New Issue
Block a user