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 b3c3570 commit 6211d5fCopy full SHA for 6211d5f
test/integration/test_bind.rb
@@ -48,6 +48,8 @@ def test_bind_tls_with_cafile
48
end
49
50
def test_bind_tls_with_bad_hostname_no_verify_hostname_no_ca_passes
51
+ omit_unless TLS_OPTS.key?(:verify_hostname)
52
+
53
@ldap.host = '127.0.0.1'
54
@ldap.encryption(
55
method: :start_tls,
@@ -60,6 +62,8 @@ def test_bind_tls_with_bad_hostname_no_verify_hostname_no_ca_passes
60
62
61
63
64
def test_bind_tls_with_bad_hostname_no_verify_hostname_no_ca_opt_merge_passes
65
66
67
68
69
0 commit comments