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 b52284c commit 07adb9bCopy full SHA for 07adb9b
test/ldap_test.rb
@@ -39,7 +39,7 @@ def test_start_tls
39
end
40
41
def test_tls_validation
42
- assert_equal({ method: :start_tls, tls_options: OpenSSL::SSL::VERIFY_PEER },
+ assert_equal({ method: :start_tls, tls_options: { verify_mode: OpenSSL::SSL::VERIFY_PEER } },
43
@ldap.check_encryption(:tls, true))
44
assert_equal({ method: :start_tls, tls_options: {} },
45
@ldap.check_encryption(:tls, false))
0 commit comments