Skip to content

Commit f4c301f

Browse files
committed
Remove the verify_none line for Ruby
1 parent 6cb8486 commit f4c301f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/targets/ruby/native.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ module.exports = function (source, options) {
2929

3030
if (source.uriObj.protocol === 'https:') {
3131
code.push('http.use_ssl = true')
32-
.push('http.verify_mode = OpenSSL::SSL::VERIFY_NONE')
3332
}
3433

3534
code.blank()

0 commit comments

Comments
 (0)