
며칠 전 DB 생성 후 링크 복붙해서 실행시 오류가 나서 일단 스킵하고 며칠 뒤 다시 시도를 해도 안되서 문의 드립니다.

작성한 코드 및 에러 메세지
오류 발생 시, 작성한 코드 전
pymongo.errors.ServerSelectionTimeoutError: ac-54cgnty-shard-00-01.ckk8kmi.mongodb.net:27017: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1124),ac-54cgnty-shard-00-02.ckk8kmi.mongodb.net:27017: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1124),ac-54cgnty-shard-00-00.ckk8kmi.mongodb.net:27017: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1124), Timeout: 30s, Topology Description: <TopologyDescription id: 6356165d8b81a3262a43ace5, topology_type: ReplicaSetNoPrimary, servers: [<ServerDescription ('ac-54cgnty-shard-00-00.ckk8kmi.mongodb.net', 27017) server_type: Unknown, rtt: None, error=AutoReconnect('ac-54cgnty-shard-00-00.ckk8kmi.mongodb.net:27017: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1124)')>, <ServerDescription ('ac-54cgnty-shard-00-01.ckk8kmi.mongodb.net', 27017) server_type: Unknown, rtt: None, error=AutoReconnect('ac-54cgnty-shard-00-01.ckk8kmi.mongodb.net:27017: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1124)')>, <ServerDescription ('ac-54cgnty-shard-00-02.ckk8kmi.mongodb.net', 27017) server_type: Unknown, rtt: None, error=AutoReconnect('ac-54cgnty-shard-00-02.ckk8kmi.mongodb.net:27017: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1124)')>]>
체와 에러 메시지를 첨부해 주세요.
Tip 1) </> 아이콘을 눌러 코드박스를 만들어 보세요.
Tip 2) Ctrl+A(맥의 경우 Command+A) 단축키로 코드를 한 번에 선택할 수 있어요!
