elixir-mongo / mongodb

MongoDB driver for Elixir
Apache License 2.0
568 stars 157 forks source link

Bug 1402675 add support for tls in url parser #359

Closed lnowotny closed 3 years ago

lnowotny commented 3 years ago

Mongo database connections could not be established when 'tls=true' was included in connection strings. With this change, the presence of 'tls=true' is the same as 'ssl=true'.

lnowotny commented 3 years ago

Inadvertently picked up extra commit