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
For TLS connections to mongo it is common to require a client certificate that is requested by the mongo server. I got this working by making the following change to the connect function in the Transport.TLS module.
It simply adds an optional parameter for ClientParams allowing the caller to setup whatever TLS configuration needed.
The text was updated successfully, but these errors were encountered:
darrell-roberts
changed the title
Allow SSL ClientParams to be provided to Transport.TLS (connect)
Allow TLS ClientParams to be provided to Transport.TLS (connect)
Jan 6, 2022
I created a PR with a proposed solution to adding this support. It preserves the original function and adds a new one that allows passing optional TLS client parameters.
Hi,
For TLS connections to mongo it is common to require a client certificate that is requested by the mongo server. I got this working by making the following change to the connect function in the Transport.TLS module.
It simply adds an optional parameter for ClientParams allowing the caller to setup whatever TLS configuration needed.
The text was updated successfully, but these errors were encountered: