I am trying to setup mongosync (for the first time), below is the config file
cluster0: “mongodb://clusteradmin:@xxxxxxxxxx:27017,yyyyyyyyyyy:27017,zzzzzzzzzzzzz:27017"
cluster1: "mongodb://clusteradmin:@aaaaaaaaaa:27017,bbbbbbbbbbb:27017,ccccccccccccc:27017”
logPath: “/data/log/mongosync”
verbosity: “WARN”
After I am trying to starting the mongosync, it is failing with the below error
“error”:“Failed to create client for Cluster0: failed to create destination session
provider for URI xxxxxxxxxxxxx:27017,yyyyyyyyyyy:27017,zzzzzzzzzzzzz:27017: failed to connect to server:
connection() error occurred during connection handshake: auth error: sasl conversation error:
unable to authenticate using mechanism "SCRAM-SHA-1": (AuthenticationFailed) Authentication failed.”,“message”:“Failed to initialize Mongosync.”}
Can someone help me with the above error.