diff --git a/lib/fog/proxmox/core.rb b/lib/fog/proxmox/core.rb index 2807936..18e12a9 100644 --- a/lib/fog/proxmox/core.rb +++ b/lib/fog/proxmox/core.rb @@ -53,6 +53,7 @@ def setup(options) @connection_options = options[:connection_options] || {} @connection_options[:disable_proxy] = true if ENV['DISABLE_PROXY'] == 'true' @connection_options[:ssl_verify_peer] = false if ENV['SSL_VERIFY_PEER'] == 'false' + @connection_options[:ignore_unexpected_eof] = true @proxmox_must_reauthenticate = true @persistent = options[:persistent] || false @token ||= options[:proxmox_token]