Skip to content

Commit

Permalink
Merge pull request #151 from praveen-db2/master
Browse files Browse the repository at this point in the history
Download clidriver masked SSL verify
  • Loading branch information
praveen-db2 authored Mar 30, 2023
2 parents bd74c62 + 70e751b commit e2e8f28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion IBM_DB_Adapter/ibm_db/ext/extconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def downloadCLIPackage(destination, link = nil)
filename = "#{destination}/clidriver.tar.gz"
end

Down.download(downloadLink, destination: filename)
Down.download(downloadLink, destination: filename, ssl_verify_mode: OpenSSL::SSL::VERIFY_NONE)

filename
end
Expand Down
2 changes: 1 addition & 1 deletion IBM_DB_Driver/extconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def downloadCLIPackage(destination, link = nil)
filename = "#{destination}/clidriver.tar.gz"
end

Down.download(downloadLink, destination: filename)
Down.download(downloadLink, destination: filename, ssl_verify_mode: OpenSSL::SSL::VERIFY_NONE)

filename
end
Expand Down

0 comments on commit e2e8f28

Please sign in to comment.