Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(mongodb_common): Use SSL constants (#620)
When the connection options are being renamed to be compatible with PyMongo 4+, the SSL options come with constants from the `ssl` module instead of string. If `CERT_NONE` is used, the `tlsAllowInvalidCertificates` should be enabled. Signed-off-by: Julien Riou <[email protected]>
- Loading branch information