what is meant by this error "No TransportLayer configured during NetworkInterface startup" in mongodb?
07:51 07 May 2020

we edited mongod.cfg file for binding server ip address, after editing file mongodb service has stopped functioning, so we thought may service might have got corrupted after edit, so we have deleted the service using sc.exe. Now when we are trying to install mongodb as service it is giving below error-

Command used to install again mongod --install

Error-

2020-05-07T17:14:55.755+0530 I CONTROL [main] Automatically disabling TLS 1.0, to force-enable TLS 1.0 specify --sslDisabledProtocols 'none' 2020-05-07T17:14:55.762+0530 W ASIO [main] No TransportLayer configured during NetworkInterface startup 2020-05-07T17:14:55.763+0530 I CONTROL [main] --install has to be used with a log file for server output

Unable to understand what this error is trying to say, and how do we install the mongodb service back with proper IP binding.

Please let me know if any further details required, have also searched on google and SO, but didn't got the solution Kindly help to sought this issue-

windows mongodb mongoose