Watching the logs of a fresh mongodb cluster, I see this constantly repeated
{"t":{"$date":"2022-04-07T21:16:59.236+00:00"},"s":"I", "c":"NETWORK", "id":22943, "ctx":"listener","msg":"Connection accepted","attr":{"remote":"172.16.109.243:44868","connectionId":1169946,"connectionCount":66}}
{"t":{"$date":"2022-04-07T21:16:59.242+00:00"},"s":"W", "c":"NETWORK", "id":23235, "ctx":"conn1169946","msg":"SSL peer certificate validation failed","attr":{"reason":"certificate signature failure"}}
{"t":{"$date":"2022-04-07T21:16:59.242+00:00"},"s":"I", "c":"NETWORK", "id":51800, "ctx":"conn1169946","msg":"client metadata","attr":{"remote":"172.16.109.243:44868","client":"conn1169946","doc":{"driver":{"name":"mongo-go-driver","version":"v1.7.0"},"os":{"type":"linux","architecture":"amd64"},"platform":"go1.17.5"}}}
{"t":{"$date":"2022-04-07T21:16:59.300+00:00"},"s":"I", "c":"-", "id":20883, "ctx":"conn1169946","msg":"Interrupted operation as its client disconnected","attr":{"opId":20369024}}
{"t":{"$date":"2022-04-07T21:16:59.300+00:00"},"s":"I", "c":"NETWORK", "id":22944, "ctx":"conn1169946","msg":"Connection ended","attr":{"remote":"172.16.109.243:44868","connectionId":1169946,"connectionCount":64}}
{"t":{"$date":"2022-04-07T21:30:25.417+00:00"},"s":"I", "c":"NETWORK", "id":22943, "ctx":"listener","msg":"Connection accepted","attr":{"remote":"172.16.86.217:40024","connectionId":1171393,"connectionCount":40}}
{"t":{"$date":"2022-04-07T21:30:25.417+00:00"},"s":"I", "c":"NETWORK", "id":23838, "ctx":"conn1171393","msg":"SSL mode is set to 'preferred' and connection to remote is not using SSL.","attr":{"connectionId":1171393,"remote":"172.16.86.217:40024"}}
{"t":{"$date":"2022-04-07T21:30:25.418+00:00"},"s":"I", "c":"NETWORK", "id":51800, "ctx":"conn1171393","msg":"client metadata","attr":{"remote":"172.16.86.217:40024","client":"conn1171393","doc":{"driver":{"name":"mongo-go-driver","version":"v1.7.0"},"os":{"type":"linux","architecture":"amd64"},"platform":"go1.17.5"}}}
{"t":{"$date":"2022-04-07T21:30:25.426+00:00"},"s":"I", "c":"ACCESS", "id":20250, "ctx":"conn1171393","msg":"Authentication succeeded","attr":{"mechanism":"SCRAM-SHA-256","speculative":true,"principalName":"clusterMonitor","authenticationDatabase":"admin","remote":"172.16.86.217:40024","extraInfo":{}}}
{"t":{"$date":"2022-04-07T21:30:25.431+00:00"},"s":"I", "c":"NETWORK", "id":22944, "ctx":"conn1171393","msg":"Connection ended","attr":{"remote":"172.16.86.217:40024","connectionId":1171393,"connectionCount":37}}