loresoft / NLog.Mongo

MongoDB Target for NLog
MIT License
66 stars 34 forks source link

Support for Specifying SSL Cert #49

Open bobcat1506 opened 4 years ago

bobcat1506 commented 4 years ago

Add support for specifying an SSL cert to use when connecting to Mongo.

Perhaps more broadly allow configuration of MongoClientSettings or allow the application to create the MongoClient instance via a callback method.

ricksearcy commented 12 months ago

This is currently a deal breaker as we have a requirement to only use Tls connections to mongo. Are there any plans to support this in the near future? Would you accept a PR if I added in support for this?