We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1a8dc4 commit ac8b0e1Copy full SHA for ac8b0e1
lib/fog/proxmox/core.rb
@@ -53,6 +53,7 @@ def setup(options)
53
@connection_options = options[:connection_options] || {}
54
@connection_options[:disable_proxy] = true if ENV['DISABLE_PROXY'] == 'true'
55
@connection_options[:ssl_verify_peer] = false if ENV['SSL_VERIFY_PEER'] == 'false'
56
+ @connection_options[:ignore_unexpected_eof] = true
57
@proxmox_must_reauthenticate = true
58
@persistent = options[:persistent] || false
59
@token ||= options[:proxmox_token]
0 commit comments