Skip to content

Commit 701ec8d

Browse files
wip
1 parent f221bef commit 701ec8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/support/spec_config.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -570,8 +570,8 @@ def ssl_options
570570
if @mongodb_uri.servers.grep(/mongodb.*\.net/).empty?
571571
options.merge!(
572572
{
573-
ssl_cert: client_cert_path,
574-
ssl_key: client_key_path,
573+
# ssl_cert: client_cert_path,
574+
# ssl_key: client_key_path,
575575
ssl_ca_cert: ca_cert_path,
576576
}
577577
)

0 commit comments

Comments
 (0)