skip to Main Content

Mongodb – mongodump error: x509: cannot validate certificate for <server-IP> because it doesn't contain any IP SANs

I am trying to setup mongodump along with TLS/SSL encryption. I have been following various articles for this: Self-signed SSL connection using PyMongo, https://mydbops.wordpress.com/2020/05/02/securing-mongodb-cluster-with-tls-ssl/ and some more. So, I have generated the CA certificates. #Create CA Private Certificate openssl genrsa…

VIEW QUESTION
Back To Top
Search