CentOS7.4 starts mongodb4 to report an error

mangodb is configured on the server and mongo.conf, is ready to start in the bin directory

. / mongod-f / mongodb/etc/mongo.conf

but error I CONTROL [main] Automatically disabling TLS 1.0, to force-enable TLS 1.0 specify-- sslDisabledProtocols" none"

hope to point out the cause of the error

Apr.14,2021
Is logpath not defined in the

conf file?


you need to take a look at the contents of your mongo.conf, which is related to the configuration of SSL. It is also recommended to output a more complete log, which is usually a warning in TLS and may not be the real problem.

Menu