You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to setup 3 node replica set with TLS/SSL configured. which is not working as expected.
In file
sous-chefs/mongodb/blob/master/libraries/mongodb.rb (line 76)
connection = Mongo::Connection.new('localhost', node['mongodb']['config']['port'], op_timeout: 5, slave_ok: true)
is breaking.
I have checked the mongo ruby gem, it looks here we should make connection/client initiation using ssl options, like passing ssl:true and ssl key file.
Let me know if any one setup replica set successfully using TLS/SSL configured.
The text was updated successfully, but these errors were encountered:
Marking stale due to inactivity. Remove stale label or comment or this will be closed in 7 days. Alternatively drop by the #sous-chefs channel on the Chef Community Slack and we'll be happy to help! Thanks, Sous-Chefs.
I am trying to setup 3 node replica set with TLS/SSL configured. which is not working as expected.
In file
sous-chefs/mongodb/blob/master/libraries/mongodb.rb (line 76)
connection = Mongo::Connection.new('localhost', node['mongodb']['config']['port'], op_timeout: 5, slave_ok: true)
is breaking.
I have checked the mongo ruby gem, it looks here we should make connection/client initiation using ssl options, like passing ssl:true and ssl key file.
Let me know if any one setup replica set successfully using TLS/SSL configured.
The text was updated successfully, but these errors were encountered: