Skip to content

Commit

Permalink
chore: updated the x509 documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
zookzook committed Jan 22, 2024
1 parent 7ffb885 commit 05f2bff
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -836,6 +836,21 @@ The configuration looks now:

Currently, we need to specify *an empty password* to get the x.509 auth module working. This will be changed soon.

## x509 and using a dedicated MongoDB Atlas server

Using OTP 26 changed the default configuration regarding TLS. You may see issues when
connecting to a dedicated Atlas Server using OTP 26. You can restrict the allowed versions and force to use TLS 1.2 instead
of TLS 1.3.

```elixir
...
versions: [:"tlsv1.2"],
...
```

See also [MongoDB Security](https://www.mongodb.com/docs/atlas/reference/faq/security/) and
the [Issue 226](https://github.com/zookzook/elixir-mongodb-driver/issues/226) for some background information.

## AWS, TLS and Erlang SSL Ciphers

Some MongoDB cloud providers (notably AWS) require a particular TLS cipher that isn't enabled
Expand Down

0 comments on commit 05f2bff

Please sign in to comment.