You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/puppet/util/monkey_patches.rb
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,13 @@ def daemonize
32
32
# (#19151) Reject all SSLv2 ciphers and handshakes
33
33
require'puppet/ssl/openssl_loader'
34
34
unlessPuppet::Util::Platform.jruby_fips?
35
+
unlessdefined?(OpenSSL::SSL::TLS1_VERSION)
36
+
moduleOpenSSL::SSL
37
+
# see https://github.com/ruby/ruby/commit/609103dbb5fb182eec12f052226c43e39b907682#diff-09f822c26289f5347111795ca22ed7ed1cfadd6ebd28f987991d1d414eef565aR2755-R2759
0 commit comments