We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71e335d commit e477676Copy full SHA for e477676
app/main.py
@@ -24,7 +24,7 @@
24
username=mongodb_user,
25
password=mongodb_password,
26
ssl=True, # Enable SSL
27
- ssl_ca_certs=ssl_cert_path # Provide the path to the certificate
+ tlsCAFile=ssl_cert_path # Provide the path to the certificate
28
)
29
else:
30
client = motor.motor_asyncio.AsyncIOMotorClient(
0 commit comments