-
Type: Task
-
Resolution: Done
-
Priority: Trivial - P5
-
None
-
Affects Version/s: None
-
Component/s: TLS/SSL
-
None
-
Environment:all
I'm having issues connecting to a mongodb server with an SSL certificate:
Specifically:
- How can I define a connection that accepts any server SSL certificate (this is an option available in the 3t studio) in pymongo?
- How to set --sslPEMKeyFile option in pymongo?
- It should also allow invalid hostnames (--sslAllowInvalidHostnames)
Are these options available in pymongo? If not, how can I emulate them?