nv-client 1.66.1 → 1.66.2

Sign up to get free protection for your applications and to get access to all the features.
data/README CHANGED
@@ -1,4 +1,4 @@
1
- version 1.66.1 of the nVentory ruby client.
1
+ version 1.66.2 of the nVentory ruby client.
2
2
 
3
3
  You'll need to create an /etc/nventory.conf or $HOME/.nventory.conf with at least the following parameter:
4
4
 
@@ -1,5 +1,5 @@
1
1
  module Nv
2
2
  module Client
3
- VERSION = "1.66.1"
3
+ VERSION = "1.66.2"
4
4
  end
5
5
  end
@@ -1182,6 +1182,8 @@ class NVentory::Client
1182
1182
  http.ca_path = @ca_path
1183
1183
  http.verify_mode = OpenSSL::SSL::VERIFY_PEER
1184
1184
  end
1185
+ # temp workaround for self signed certs
1186
+ http.verify_mode = OpenSSL::SSL::VERIFY_NONE
1185
1187
  end
1186
1188
  http
1187
1189
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 66
8
- - 1
9
- version: 1.66.1
8
+ - 2
9
+ version: 1.66.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - John Tran