Horje
SSL: CERTIFICATE_VERIFY_FAILED mongo atlas Code Example
mongodb ssl certificate_verify_failed
client = pymongo.MongoClient(uri, ssl_cert_reqs=ssl.CERT_NONE)
SSL: CERTIFICATE_VERIFY_FAILED mongo atlas
#preReq:  pip3 install certifi
from pymongo import MongoClient
import pymongo
import certifi

client = pymongo.MongoClient(URI, tlsCAFile=certifi.where())




Python

Related
feature selection python Code Example feature selection python Code Example
pandas earliest date in column Code Example pandas earliest date in column Code Example
how to reboot a python script Code Example how to reboot a python script Code Example
how to find determinant in numpy Code Example how to find determinant in numpy Code Example
find nth root of m using python Code Example find nth root of m using python Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7