-
Type: Improvement
-
Resolution: Works as Designed
-
Priority: Major - P3
-
None
-
Affects Version/s: 3.5.8
-
Component/s: Core
-
Environment:All platforms.
-
Empty show more show less
The ssl connection settings were deprecated in favor of tls settings, however, as implemented the tls settings only work in the connection url but not in the connection options object.
PR #2400 resolves this issue in v3.5.8 by translating tls options in the options object in the same way that url string tls parameters are translated.