Skip to content

Commit e2e8f28

Browse files
authored
Merge pull request #151 from praveen-db2/master
Download clidriver masked SSL verify
2 parents bd74c62 + 70e751b commit e2e8f28

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

IBM_DB_Adapter/ibm_db/ext/extconf.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def downloadCLIPackage(destination, link = nil)
120120
filename = "#{destination}/clidriver.tar.gz"
121121
end
122122

123-
Down.download(downloadLink, destination: filename)
123+
Down.download(downloadLink, destination: filename, ssl_verify_mode: OpenSSL::SSL::VERIFY_NONE)
124124

125125
filename
126126
end

IBM_DB_Driver/extconf.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def downloadCLIPackage(destination, link = nil)
120120
filename = "#{destination}/clidriver.tar.gz"
121121
end
122122

123-
Down.download(downloadLink, destination: filename)
123+
Down.download(downloadLink, destination: filename, ssl_verify_mode: OpenSSL::SSL::VERIFY_NONE)
124124

125125
filename
126126
end

0 commit comments

Comments
 (0)