Skip to content

Commit

Permalink
Fail the test
Browse files Browse the repository at this point in the history
  • Loading branch information
poloz-lab committed Oct 4, 2022
1 parent 00d0424 commit d1138b1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions templates/mongodb.conf.2.6.erb
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,7 @@ net.tls.CAFile: <%= @tls_ca %>
<% if @tls_conn_without_cert -%>
net.tls.allowConnectionsWithoutCertificates: <%= @tls_conn_without_cert %>
<% end -%>
<% if @tls_invalid_hostnames -%>
net.tls.allowInvalidHostnames: <%= @tls_invalid_hostnames %>
<% end -%>
net.tls.allowInvalidHostnames: true
<% end -%>

#Replication
Expand Down

0 comments on commit d1138b1

Please sign in to comment.