We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 995aea1 commit cd21153Copy full SHA for cd21153
lib/puppet/ssl/ssl_provider.rb
@@ -235,7 +235,7 @@ def print(ssl_context, alg = 'SHA256')
235
def default_flags
236
# checking the signature of the self-signed cert doesn't add any security,
237
# but it's a sanity check to make sure the cert isn't corrupt. This option
238
- # is only available in openssl 1.1+
+ # is not available in JRuby's OpenSSL library.
239
if defined?(OpenSSL::X509::V_FLAG_CHECK_SS_SIGNATURE)
240
OpenSSL::X509::V_FLAG_CHECK_SS_SIGNATURE
241
else
0 commit comments