infopark_cloud_connector 6.8.0.518.30999728 → 6.8.0.529.114081979

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -99,8 +99,8 @@ class ContentService
99
99
  conn = Net::HTTP.new(uri.host, uri.port)
100
100
  if uri.scheme == 'https'
101
101
  conn.use_ssl = true
102
- # TODO: Change to OpenSSL::SSL::VERIFY_PEER
103
- conn.verify_mode = OpenSSL::SSL::VERIFY_NONE
102
+ conn.verify_mode = OpenSSL::SSL::VERIFY_PEER
103
+ conn.ca_file = RailsConnector::Configuration.ca_file
104
104
  end
105
105
  retry_twice_on_socket_error { conn.start }
106
106
  @connection = conn
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: infopark_cloud_connector
3
3
  version: !ruby/object:Gem::Version
4
- hash: 61997447
4
+ hash: 228166093
5
5
  prerelease:
6
6
  segments:
7
7
  - 6
8
8
  - 8
9
9
  - 0
10
- - 518
11
- - 30999728
12
- version: 6.8.0.518.30999728
10
+ - 529
11
+ - 114081979
12
+ version: 6.8.0.529.114081979
13
13
  platform: ruby
14
14
  authors:
15
15
  - Infopark AG
@@ -57,14 +57,14 @@ dependencies:
57
57
  requirements:
58
58
  - - "="
59
59
  - !ruby/object:Gem::Version
60
- hash: 61997447
60
+ hash: 228166093
61
61
  segments:
62
62
  - 6
63
63
  - 8
64
64
  - 0
65
- - 518
66
- - 30999728
67
- version: 6.8.0.518.30999728
65
+ - 529
66
+ - 114081979
67
+ version: 6.8.0.529.114081979
68
68
  version_requirements: *id003
69
69
  name: kvom
70
70
  prerelease: false