We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cb8486 commit f4c301fCopy full SHA for f4c301f
1 file changed
src/targets/ruby/native.js
@@ -29,7 +29,6 @@ module.exports = function (source, options) {
29
30
if (source.uriObj.protocol === 'https:') {
31
code.push('http.use_ssl = true')
32
- .push('http.verify_mode = OpenSSL::SSL::VERIFY_NONE')
33
}
34
35
code.blank()
0 commit comments