File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -836,6 +836,21 @@ The configuration looks now:
836
836
837
837
Currently, we need to specify * an empty password* to get the x.509 auth module working. This will be changed soon.
838
838
839
+ ## x509 and using a dedicated MongoDB Atlas server
840
+
841
+ Using OTP 26 changed the default configuration regarding TLS. You may see issues when
842
+ connecting to a dedicated Atlas Server using OTP 26. You can restrict the allowed versions and force to use TLS 1.2 instead
843
+ of TLS 1.3.
844
+
845
+ ``` elixir
846
+ .. .
847
+ versions: [:"tlsv1.2" ],
848
+ .. .
849
+ ```
850
+
851
+ See also [ MongoDB Security] ( https://www.mongodb.com/docs/atlas/reference/faq/security/ ) and
852
+ the [ Issue 226] ( https://github.com/zookzook/elixir-mongodb-driver/issues/226 ) for some background information.
853
+
839
854
## AWS, TLS and Erlang SSL Ciphers
840
855
841
856
Some MongoDB cloud providers (notably AWS) require a particular TLS cipher that isn't enabled
You can’t perform that action at this time.
0 commit comments