MongoShake
MongoShake copied to clipboard
SSL connection using tlsInsecure
Hi, We are using below connection string to migrate ssl clusters. However, process getting stopped. Can someone guide me on this? Thanks in advance.
mongodb://<Username>:XXXX@<Hostnames>:27017/admin?authMechanism=DEFAULT&tls=true&tlsInsecure=true&replicaSet=
to enable in shake, you need to configuration parameter mongo_ssl_root_ca_file = /root/mongo-shake-v2.8.1/ssl.pem,which is certificate file.
If you still encounter problems, please refer to https://github.com/alibaba/MongoShake/issues/700 to supplement relevant information.