📌  相关文章
📜  尝试连接到 mongo atlas 时出现 Asn1 解析错误 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:12.313000             🧑  作者: Mango

代码示例1
import ssl
import pymongo
client = pymongo.MongoClient("mongodb+srv://FirstMgDb:xxxxxx@cluster0.qvj5g.mongodb.net/Cluster0?retryWrites=true&w=majority",ssl_cert_reqs=ssl.CERT_NONE)